-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 998 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 998 Bytes
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
{
"name": "Scene",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.8",
"npm": "1.1.x"
},
"dependencies": {
"express": "3.0.1",
"express-useragent" : "latest",
"underscore": "*",
"ejs": "0.8.3",
"step": "0.0.5",
"socket.io": ">=0.9.13",
"async": "*",
"mongoose": "*",
"express-mongoose": "0.1.0",
"mongoose-schema-extend": "*",
"everyauth": "latest"
},
"devDependencies": {
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2"
},
"scripts": {
"start": "node server.js"
},
"readmeFilename": "README.md",
"gitHead": "cb6a617a4e1c2f5dc5439ae2a8c432d83eee0d40",
"description": "Scene =====",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/ddoolin/Scene.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/ddoolin/Scene/issues"
}
}