strapi/package.json
2016-12-01 13:46:08 +01:00

28 lines
563 B
JSON

{
"name": "strapi-settings-manager",
"version": "0.0.0",
"description": "Strapi Settings Manager",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi-settings-manager.git"
},
"engines": {
"npm": ">=3"
},
"author": "Strapi",
"license": "MIT",
"scripts": {
"setup": "npm i && cd public && npm i && npm run build"
},
"pre-commit": [
"lint:admin"
],
"dependencies": {
"fs-extra": "^1.0.0",
"lodash": "^4.17.2",
"semver": "^5.3.0",
"validator": "^6.1.0"
},
"devDependencies": {}
}