forked from rmarmer1/devshelf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 829 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 829 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
{
"name": "DevCommunityLibrary",
"description": "Dev Community Library",
"version": "0.0.1",
"dependencies": {
"express": "~3.4.4",
"mongoose": "~3.8.0",
"colors": "~0.6.2",
"extend": "~1.2.1",
"mustache": "~0.7.3",
"everyauth": "~0.4.5",
"connect-mongostore": "0.0.10",
"deep-extend": "~0.2.6",
"MD5": "~1.2.0",
"gzippo": "0.2.0",
"shorthash": "0.0.2",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-csso": "~0.5.0",
"grunt-htmlcompressor": "~0.1.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"base64": "~2.1.0",
"geoip-native": "0.0.8",
"octonode": "~0.5.0",
"jade": "~1.2.0",
"json5": "~0.2.0",
"grunt-hashres": "~0.4.1",
"request": "~2.34.0"
}
}