strapi/package.json
2015-10-01 18:26:56 +02:00

180 lines
3.9 KiB
JSON

{
"name": "strapi",
"version": "1.0.2",
"description": "Build powerful back-end with no effort",
"homepage": "http://strapi.io",
"keywords": [
"admin",
"api",
"auth",
"cms",
"dashboard",
"framework",
"koa",
"koajs",
"lusca",
"mvc",
"oauth",
"oauth2",
"orm",
"passport",
"realtime",
"rest",
"restful",
"security",
"socket.io",
"sockets",
"waterline",
"websockets"
],
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"main": "./lib",
"bin": {
"strapi": "./bin/strapi.js"
},
"dependencies": {
"anchor": "^0.10.5",
"async": "^1.4.2",
"bcryptjs": "^2.3.0",
"commander": "^2.8.1",
"consolidate": "^0.13.1",
"fs-extra": "^0.24.0",
"include-all": "^0.1.6",
"json-stringify-safe": "^5.0.1",
"jsonwebtoken": "^5.0.5",
"koa": "^1.0.0",
"koa-bodyparser": "^2.0.1",
"koa-compose": "^2.3.0",
"koa-cors": "^0.0.16",
"koa-favicon": "^1.2.0",
"koa-gzip": "^0.1.0",
"koa-i18n": "^1.1.0",
"koa-ip": "^0.1.0",
"koa-load-middlewares": "^1.0.0",
"koa-locale": "^1.0.0",
"koa-lusca": "^2.1.0",
"koa-mount": "^1.3.0",
"koa-passport": "^1.2.0",
"koa-proxy": "^0.4.0",
"koa-response-time": "^1.0.2",
"koa-router": "^5.2.1",
"koa-session": "^3.3.1",
"koa-ssl": "^2.0.0",
"koa-static": "^1.4.9",
"koa-views": "^3.1.0",
"lodash": "^3.10.1",
"node-rsa": "^0.2.25",
"node-schedule": "^0.2.9",
"nodemailer": "^1.5.0",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth": "^0.2.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"prompt": "^0.2.14",
"request": "^2.64.0",
"sails-disk": "^0.10.8",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"strapi-generate": "^1.0.0",
"strapi-generate-admin": "^1.0.3",
"strapi-generate-api": "^1.0.0",
"strapi-generate-new": "^1.0.1",
"strapi-generate-users": "^1.0.1",
"unzip": "^0.1.11",
"waterline": "^0.10.26",
"winston": "^1.0.2"
},
"devDependencies": {
"co": "^4.6.0",
"expect.js": "^0.3.1",
"istanbul": "^0.3.21",
"jade": "^1.11.0",
"make-lint": "^1.0.1",
"methods": "^1.1.1",
"mocha": "^2.3.3",
"should": "^7.1.0",
"should-http": "^0.0.4",
"statuses": "^1.2.1",
"supertest": "^1.1.0",
"test-console": "^1.0.0",
"xo": "^0.9.0"
},
"xo": {
"space": true,
"esnext": true,
"envs": [
"node",
"mocha"
],
"globals": [
"strapi",
"angular",
"$",
"_"
],
"ignores": [
"node_modules/**",
"bower_components/**",
"coverage/**",
"test/**"
],
"rules": {
"babel/object-shorthand": 0,
"consistent-return": 0,
"consistent-this": 0,
"dot-notation": 0,
"global-require": 0,
"max-nested-callbacks": [
1,
6
],
"no-else-return": 0,
"no-extra-parens": 0,
"no-implicit-coercion": 0,
"no-invalid-this": 0,
"no-throw-literal": 0,
"no-unused-expressions": 0,
"padded-blocks": 0,
"prefer-arrow-callback": 0,
"prefer-reflect": 0,
"prefer-template": 0,
"strict": 0
}
},
"scripts": {
"test": "xo && make test",
"prepublish": "npm prune"
},
"author": {
"email": "hack@wistity.co",
"name": "Wistity team",
"url": "http://wistity.co"
},
"maintainers": [
{
"name": "Wistity team",
"email": "hack@wistity.co",
"url": "http://wistity.co"
}
],
"repository": {
"type": "git",
"url": "git://github.com/wistityhq/strapi.git"
},
"bugs": {
"url": "https://github.com/wistityhq/strapi/issues"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"preferGlobal": true,
"license": "MIT"
}