2014-10-20 13:03:43 +02:00
|
|
|
{
|
2016-06-18 09:19:57 +02:00
|
|
|
"name": "unleash-project",
|
2016-05-01 15:43:25 +02:00
|
|
|
"description": "unleash your features",
|
2016-06-17 23:08:32 +02:00
|
|
|
"version": "1.0.0-alpha.2",
|
2016-05-01 15:43:25 +02:00
|
|
|
"keywords": [
|
|
|
|
"unleash",
|
|
|
|
"feature toggle",
|
|
|
|
"feature",
|
|
|
|
"toggle"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://git@github.com:finn-no/unleash.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/finn-no/unleash/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
2016-06-18 09:19:57 +02:00
|
|
|
"node": "6"
|
2016-05-01 15:43:25 +02:00
|
|
|
},
|
2016-08-22 15:12:05 +02:00
|
|
|
"license": "Apache-2.0",
|
2016-05-01 15:43:25 +02:00
|
|
|
"scripts": {
|
2016-06-18 09:19:57 +02:00
|
|
|
"bootstrap": "lerna bootstrap",
|
|
|
|
"prepublish": "npm run bootstrap",
|
2016-08-22 15:12:05 +02:00
|
|
|
"lint": "eslint . --ext=js,jsx",
|
2016-06-18 22:49:27 +02:00
|
|
|
"test": "npm run lint && lerna --concurrency=1 exec npm run test",
|
|
|
|
"test:ci": "npm run lint && lerna --concurrency=1 exec npm run test:ci",
|
2016-06-18 11:36:50 +02:00
|
|
|
"nsp": "lerna exec nsp check",
|
|
|
|
"start": "lerna --scope=unleash-server exec npm start",
|
|
|
|
"publish": "lerna publish",
|
|
|
|
"publish:dry": "lerna publish --skip-git --skip-npm",
|
2016-06-19 20:47:34 +02:00
|
|
|
"db-migrate": "lerna --scope=unleash-api exec npm run db-migrate",
|
|
|
|
"heroku-postbuild": "npm run bootstrap && lerna --scope=unleash-frontend exec npm run build"
|
2016-05-01 15:43:25 +02:00
|
|
|
},
|
2016-06-18 09:19:57 +02:00
|
|
|
"dependencies": {},
|
2016-05-01 15:43:25 +02:00
|
|
|
"devDependencies": {
|
2016-09-30 14:29:51 +02:00
|
|
|
"babel-eslint": "^7.0.0",
|
2016-11-04 16:14:06 +01:00
|
|
|
"eslint": "^3.9.1",
|
2016-10-26 10:43:11 +02:00
|
|
|
"eslint-config-finn": "1.0.0-beta.1",
|
2016-08-25 13:24:14 +02:00
|
|
|
"eslint-config-finn-react": "^1.0.0-alpha.2",
|
2016-10-26 10:43:11 +02:00
|
|
|
"eslint-plugin-react": "^6.4.1",
|
|
|
|
"lerna": "2.0.0-beta.30",
|
|
|
|
"nsp": "^2.6.2"
|
2016-06-18 22:49:27 +02:00
|
|
|
}
|
2014-10-23 14:13:17 +02:00
|
|
|
}
|