-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 970 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
34
35
36
37
38
39
40
41
{
"name": "gw2app",
"version": "1.1.0",
"author": "David Inga <[email protected]>",
"description": "A map web application for Guild Wars 2",
"contributors": [
{
"name": "Alicia Arenzana",
"email": "[email protected]"
}
],
"scripts": {
"start": "node app"
},
"main": "app",
"repository": {
"type": "git",
"url": "[email protected]:davidsingal/gw2app.git"
},
"dependencies": {
"express": "3.4.7",
"jade": "~1.0.0"
},
"devDependencies": {
"load-grunt-tasks": "~0.2.1",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-imagemin": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-copy": "~0.5.0",
"time-grunt": "~0.2.10"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}