-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "fog-too",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"base64url": "^3.0.1",
"bcryptjs": "^2.4.0",
"bluebird": "^3.4.7",
"chalk": "^1.1.3",
"cli-color": "^1.1.0",
"clui": "^0.3.1",
"core-js": "^2.4.1",
"ejs": "3.0.1",
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"figlet": "^1.2.0",
"flat": "^2.0.1",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.5.2",
"include-all": "^1.0.8",
"inquirer": "^2.0.0",
"jsonwebtoken": "^7.2.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"node-forge": "^0.10.0",
"node-uuid": "^1.4.7",
"node-wol": "^0.1.1",
"progress-stream": "^1.2.0",
"rc": "1.0.1",
"recursive-copy": "^2.0.5",
"reflect-metadata": "^0.1.2",
"rimraf": "^2.5.4",
"sails": "~0.12.9",
"sails-disk": "~0.10.9",
"sails-mongo": "^0.12.1",
"sails-util-mvcsloader": "^0.4.0",
"systemjs": "0.19.27",
"tftp": "^0.1.2",
"umzug": "^1.11.0",
"validator": "^6.2.1",
"zone.js": "^0.6.23"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"test": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/integration/**/*.test.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/anonymous node/sails user/fog-too.git"
},
"author": "FOG Project",
"license": "GPL v3",
"devDependencies": {
"barrels": "^1.6.4",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sails-memory": "^0.10.7",
"should": "^11.1.2",
"supertest": "^2.0.1"
}
}