-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 893 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
{
"name": "showcase",
"version": "1.0.17",
"devDependencies": {
"nodeunit": "*",
"bower": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*"
},
"dependencies": {
"dreamer": "https://github.com/dchester/dreamer/archive/v1.1.1.tar.gz",
"async": "0.2.9",
"express": "3.4.7",
"swig": "= v0.14.0",
"consolidate": "0.10.0",
"connect-flash": "0.1.1",
"validator": "2.0.0",
"pagination": "https://github.com/vanng822/pagination/archive/v0.3.3.tar.gz",
"path": "0.4.9",
"sha1": "1.1.0",
"mv": "1.0.0",
"mkdirp": "0.3.5",
"armrest": "2.1.2",
"mysql": "2.0.0-rc2",
"connect-domain": "0.5.0",
"moment": "2.5.0",
"gx": "https://github.com/dchester/gx/archive/v0.1.0.tar.gz",
"config": "~0.4.35",
"passport": "^0.2.0",
"passport-local": "^1.0.0"
}
}