-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1009 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": "mobile-webapp-template",
"version": "0.0.1",
"description": "A mobile web application template that manages the mapping and dispatching of action handlers with powerful APIs for your application",
"keywords": [
"mobile-webapp-template",
"mobile web application"
],
"repository": {
"type": "git",
"url": "[email protected]/hoatle/mobile-webapp-template.git"
},
"author": "Hoat Le <[email protected]> (http://hoatle.net)",
"contributors": [],
"dependencies": {
"express": "2.5.11",
"jade": "0.27.6",
"winston": "0.6.2",
"underscore": "1.4.2",
"mongoose": "3.3.1",
"connect-less": "0.3.1",
"less": "1.3.1",
"requirejs": "2.1.1"
},
"devDependencies": {
"supervisor": "0.5.0",
"mocha": "1.6.0",
"should": "1.2.0",
"jshint": "0.9.0"
},
"scripts": {
"test": "make test",
"start": "server.js"
},
"engines": {
"node": ">= 0.4.x",
"npm": "1.1.x"
},
"node": "0.6.19",
"subdomain": "mwatpl"
}