forked from walmartlabs/lumbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "lumbar",
"version": "2.4.1",
"description": "Supporting your backbone since 2011, Lumbar is a module build system that allows for generation of platform specific javascript modules.",
"keywords": [
"build",
"module",
"mobile",
"backbone"
],
"author": "Kevin Decker <[email protected]> (http://incaseofstairs.com)",
"repository": {
"type": "git",
"url": "git://github.com/walmartlabs/lumbar.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"async": "~0.2",
"bower": "~0.9.2",
"cheerio": "~0.12",
"child-pool": "~1.0.0",
"esprima": "~1.0",
"growl": "~1.7",
"handlebars": "1.0.12",
"nib": "~0.9",
"stylus": "0.36.1",
"stylus-images": "1.0.3",
"coffee-script": "~1.6",
"estraverse": "~1.1.2",
"underscore": "~1.5.1"
},
"devDependencies": {
"chai": "~1.7.2",
"glob": "~3.2.6",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-mocha-cov": "0.0.7",
"grunt-github-pages": "0.0.3",
"mocha": "~1.12.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"wrench": "~1.5.1"
},
"bin": {
"lumbar": "bin/lumbar"
},
"main": "lib/lumbar",
"scripts": {
"blanket": {
"pattern": "//^((?!/node_modules/)(?!/test/).)*$/",
"data-cover-flags": {
"branchTracking": true
}
},
"test": "node_modules/.bin/mocha test/*.js test/plugins/*.js test/util/*.js"
},
"optionalDependencies": {
"source-map": "~0.1",
"uglify-js": "~2.3"
}
}