-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "closure-bxr-starter",
"version": "0.1.0",
"private": "true",
"description": "Starter node.js project using Closure Tools, Bootstrap, Express, and RECESS.",
"keywords": [
"closure",
"bootstrap",
"express",
"recess",
"soy",
"node"
],
"homepage": "http://github.com/Lindurion/closure-bxr-starter",
"bugs": "http://github.com/Lindurion/closure-bxr-starter/issues",
"repository": {
"type": "git",
"url": "http://github.com/Lindurion/closure-bxr-starter.git"
},
"author": {
"name": "Eric W. Barndollar",
"email": "eric@EricWBarndollar.com",
"url": "https://github.com/Lindurion"
},
"dependencies": {
"closure-pro-build": ">=0.1.0 <1.0",
"commander": ">=2.0.0 <3.0",
"express": ">=3.4.0 <4.0",
"kew": ">=0.2.2 <1.0",
"mkdirp": ">=0.3.0 <1.0",
"node-watch": ">=0.3.0 <1.0",
"recess": ">=1.1.0 <2.0",
"underscore": ">=1.5.0 <2.0"
},
"engines": {
"node": ">=0.10.3"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}