-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 862 Bytes
/
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
{
"name": "la-sails-meetup-game",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"dependencies": {
"ejs": "0.8.4",
"events": "^1.0.1",
"grunt": "0.4.1",
"optimist": "0.3.4",
"promised-io": "^0.3.4",
"sails": "^0.10.0-rc11",
"sails-disk": "^0.10.2"
},
"devDependencies": {
"body-parser": "^1.2.0",
"broccoli-asset-rev": "0.0.17",
"broccoli-ember-hbs-template-compiler": "^1.5.0",
"broccoli-static-compiler": "^0.1.4",
"ember-cli": "0.0.40",
"ember-cli-ember-data": "0.1.0",
"ember-cli-ic-ajax": "0.1.1",
"express": "^4.1.1",
"glob": "^3.2.9",
"grunt-shell": "^0.7.0",
"originate": "0.1.5"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": "",
"author": "",
"license": ""
}