-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "stassets",
"version": "0.3.15",
"repository": "https://github.com/DavidSouther/stassets.git",
"description": "Static compiling express middleware.",
"main": "lib/index.js",
"dependencies": {
"coffee-script": "^1.8.0",
"debug": "^2.1.1",
"esprima": "^1.2.2",
"glob": "^4.0.2",
"graceful-fs": "^3.0.2",
"html-minifier": "^0.7.2",
"jade": "^1.3.1",
"less": "^2.2.0",
"minimatch": "^0.3.0",
"nextback": "^0.1.0",
"nib": "^1.0.2",
"q": "^1.0.1",
"sane": "^1.0.0",
"sha1": "^1.1.0",
"source-map": "^0.1.43",
"stylus": "^0.49.3",
"tiny-lr": "^0.1.4",
"uglify-js": "^2.4.15"
},
"devDependencies": {
"chai": "^1.9.1",
"express": "^4.10.7",
"graceful-fs": "^3.0.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.6",
"grunt-recurse": "^0.2.1",
"grunt-release": "^0.9.0",
"load-grunt-tasks": "^2.0.0",
"mocha": "^2.1.0",
"shasum": "^1.0.0",
"supertest": "^0.15.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt server"
},
"author": "David Souther <david.souther+stassets@gmail.com>",
"license": "ISC"
}