-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (42 loc) · 1.05 KB
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
{
"name": "clock.js",
"version": "0.4.0",
"author": "Brandon Cheng <brandoncheng.personal@gmail.com>",
"description": "clock.js",
"repository": {
"type": "git",
"url": "https://github.com/fhsav/clock.js.git"
},
"scripts": {
"start": "node index",
"install": "bower install",
"test": "make test"
},
"dependencies": {
"babel" : "5.0.x",
"bower" : "1.3.x",
"async" : "0.9.x",
"express" : "4.x",
"jade" : "1.9.x",
"body-parser" : "1.12.x",
"cookie-parser" : "1.3.x",
"multer" : "0.1.x",
"express-session" : "1.10.x",
"stylus" : "0.x",
"flash" : "1.1.x",
"morgan" : "1.5.x",
"mongoose" : "3.8.x",
"gridfs-stream" : "1.1.x",
"socket.io" : "1.3.x",
"moment" : "2.9.x",
"node-uuid" : "1.4.x"
},
"devDependencies": {
"mocha" : "2.2.x",
"should" : "5.2.x"
},
"license": "MPL",
"engines": {
"node": "0.12.x"
}
}