forked from hightail/topo-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 960 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
{
"name": "wilson-demo-app",
"version": "0.0.0",
"description": "Demo app to show how to use the Wilson framework",
"main": "app/server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Justin Fiedler",
"license": "MIT",
"homepage": "https://github.com/hightail/wilson",
"dependencies": {
"express": "^4.8.0",
"gift": "^0.4.3-1",
"hbs": "2.7.0",
"i18next": "^1.7.4",
"lodash": "^2.4.1",
"q": "^1.0.1",
"request": "^2.47.0",
"underscore.string": "^2.3.3",
"wilson": "hightail/wilson#develop",
"winston": "^0.8.0",
"xmldom": "^0.1.19"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.2",
"grunt-express-server": "^0.4.19",
"grunt-sass": "^0.16.1",
"grunt-shell": "^1.1.1",
"matchdep": "^0.3.0"
}
}