-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "atlmaps",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/GSU-Geospatial-Laboratory/atlmaps.git"
},
"author": "Jack Reed",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-deploy": "~0.1.7"
},
"dependencies": {
"mongoose": "~3.6.11",
"express": "~3.2.6",
"jade": "~0.31.2",
"passport": "~0.1.17",
"requireindex": "~1.0.1",
"slug": "~0.2.2",
"moment": "~2.0.0",
"connect-flash": "~0.1.1",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.4",
"connect-ensure-login": "~0.1.1",
"underscore": "~1.4.4",
"session-mongoose": "~0.2.2",
"webshot": "~0.5.1",
"request": "~2.21.0",
"async": "~0.2.9",
"libxmljs": "~0.8.1",
"xml2js": "~0.2.8",
"terraformer": "~0.2.0",
"terraformer-arcgis-parser": "~0.1.8"
}
}