-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "sabst-strapi-samples",
"private": true,
"version": "0.1.0",
"description": "Sample Strapi applications by Sabst",
"dependencies": {
"anchor": "^0.10.5",
"async": "^1.5.0",
"bcryptjs": "^2.3.0",
"co-busboy": "^1.3.1",
"jsonwebtoken": "^5.4.1",
"lodash": "^3.10.1",
"nodemailer": "^1.9.0",
"pluralize": "^1.2.1",
"purest": "^2.0.0",
"sails-disk": "^0.10.8",
"socket.io": "^1.3.7",
"strapi": "^1.4.0",
"waterline": "^0.10.26"
},
"devDependencies": {
"chai": "^3.4.1",
"co": "^4.6.0",
"co-mocha": "^1.1.2",
"co-supertest": "0.0.10",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"strapi-generate": "^1.4.0",
"strapi-generate-api": "^1.4.0",
"strapi-generate-email": "^1.4.0",
"strapi-generate-new": "^1.4.0",
"strapi-generate-upload": "^1.4.0",
"strapi-generate-users": "^1.4.0",
"stream-expect": "^0.1.0",
"supertest": "^1.1.0"
},
"main": "./server.js",
"scripts": {
"start": "node --harmony server.js"
},
"author": {
"name": "z",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "z",
"email": "",
"url": ""
}
],
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.0.0"
},
"license": "MIT"
}