mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 02:08:26 +00:00
77 lines
1.5 KiB
JSON
77 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"devDependencies": {
|
|
"assert": "~1.3.0",
|
|
"coveralls": "~2.11.9",
|
|
"istanbul": "~0.4.2",
|
|
"mocha": "~2.4.5",
|
|
"mocha-lcov-reporter": "~1.2.0",
|
|
"pre-commit": "~1.1.2",
|
|
"xo": "~0.13.0"
|
|
},
|
|
"xo": {
|
|
"space": true,
|
|
"esnext": true,
|
|
"envs": [
|
|
"mocha",
|
|
"node"
|
|
],
|
|
"globals": [
|
|
"strapi"
|
|
],
|
|
"ignore": [
|
|
"packages/strapi-generate-new/files/public/**",
|
|
"website/**"
|
|
],
|
|
"rules": {
|
|
"array-callback-return": 0,
|
|
"brace-style": 0,
|
|
"camelcase": 0,
|
|
"default-case": 0,
|
|
"dot-notation": 0,
|
|
"no-case-declarations": 0,
|
|
"no-else-return": 0,
|
|
"no-eval": 0,
|
|
"no-implicit-coercion": 0,
|
|
"no-lonely-if": 0,
|
|
"no-negated-condition": 0,
|
|
"no-throw-literal": 0,
|
|
"no-unused-expressions": 0,
|
|
"no-unused-vars": 0,
|
|
"padded-blocks": 0,
|
|
"prefer-template": 0,
|
|
"quote-props": 0,
|
|
"space-infix-ops": 0,
|
|
"strict": 0
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|