forked from cambecc/earth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "earth",
"description": "Earth",
"version": "0.0.1",
"private": true,
"author": {
"name": "Cameron Beccario",
"email": "[email protected]"
},
"homepage": "https://github.com/cambecc/earth",
"repository": {
"type": "git",
"url": "git://github.com/cambecc/earth.git"
},
"engine": "node >= 0.10.21",
"dependencies": {
"underscore": "1.5.2",
"when": "2.6.0",
"temp": "0.6.0",
"aws-sdk": "1.12.0",
"express": "3.4.4",
"winston": "0.7.2",
"mkdirp": "0.3.5",
"htmlparser": "1.7.6",
"optimist": "0.6.0",
"swig": "1.2.2"
},
"devDependencies": {
"nodeunit": "0.8.2",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1"
}
}