This moves us one step closer to a normal source package. The sources are now unpacked and we run "make install". We still don't build since we don't have all the necessary tools. Also, most importantly, the source tarball now includes our actual sources in addition to the prebuilt binaries.
29 lines
789 B
JSON
29 lines
789 B
JSON
{
|
|
"name": "subscription-manager",
|
|
"version": "0.1.0",
|
|
"description": "a plugin for cockpit to manage subscriptions",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:rarebreed/subscription-manager.git",
|
|
"author": "",
|
|
"license": "LGPL-2.1",
|
|
"scripts": {
|
|
"build": "./webpack-with-stats"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.5.2",
|
|
"compression-webpack-plugin": "~1.0.0",
|
|
"copy-webpack-plugin": "~3.0.1",
|
|
"eslint": "^3.0.0",
|
|
"eslint-loader": "~1.6.1",
|
|
"eslint-plugin-react": "~6.9.0",
|
|
"jshint": "~2.9.1",
|
|
"jshint-loader": "~0.8.3",
|
|
"webpack": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"react-lite": "0.15.30"
|
|
}
|
|
}
|