-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
49
50
{
"name": "nap",
"version": "0.8.1",
"author": {
"name": "Craig Spaeth",
"email": "[email protected]",
"url": "http://craigspaeth.com"
},
"description": "Compile and package your assets including stylesheets, javascripts, and client-side javascript templates for node.js",
"keywords": [
"node",
"asset",
"package",
"css",
"javascript",
"javascript templates"
],
"main": "lib/index",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"coffee-script": "~1",
"underscore": "~1",
"underscore.string": "~2",
"uglify-js": "~2",
"sqwish": ">= 0.2.0",
"mkdirp": ">= 0.3.4",
"file": ">= 0.2.1",
"glob": "~3",
"rimraf": "~2"
},
"devDependencies": {
"mocha": "~1",
"should": "~1",
"wrench": "~1",
"jade": ">= 0.27.7",
"hogan.js": "~2",
"stylus": ">= 0.31.0",
"less": "~1",
"nib": ">= 0.9.0"
},
"repository": {
"type": "git",
"url": "http://github.com/craigspaeth/nap"
}
}