-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "pong_matcher_sails",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"engines": {
"node": "10.x.x"
},
"keywords": [],
"dependencies": {
"bluebird": "^3.5.4",
"db-migrate": "^0.11.5",
"db-migrate-mysql": "^1.1.10",
"ejs": "^2.6.1",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jst": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sails-linker": "^1.0.4",
"grunt-sync": "^0.8.0",
"include-all": "^4.0.3",
"mysql": "^2.17.1",
"node-uuid": "^1.4.8",
"rc": "^1.2.8",
"sails": "*",
"sails-disk": "^1.1.2",
"sails-mysql": "^1.0.1"
},
"scripts": {
"start": "db-migrate up && node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/pivotal/pong_matcher_sails.git"
},
"author": "pivotal",
"license": ""
}