28 lines
732 B
JSON
28 lines
732 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"
|
|
},
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|