This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
69 lines (69 loc) · 1.62 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
64
65
66
67
68
69
{
"name": "lumbar",
"version": "5.0.0",
"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": {
"alce": "1.x",
"async": "0.x",
"bower": "1.x",
"cheerio": "0.15.x",
"child-pool": "1.x",
"growl": "1.x",
"underscore": "1.x"
},
"peerDependencies": {
"handlebars": ">=2.x",
"nib": ">=1.0.2",
"stylus": ">=0.41.2",
"stylus-images": ">=1.0.3"
},
"devDependencies": {
"chai": "1.x.x",
"cheerio": "^0.18.0",
"coffee-script": "1.x",
"glob": "^4.3.5",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "0.x.x",
"grunt-github-pages": "0.x.x",
"grunt-mocha-cov": "0.x.x",
"handlebars": "2.x",
"mocha": "^2.1.0",
"nib": "^1.0.4",
"sinon": "^1.12.2",
"sinon-chai": "2.x.x",
"stylus": "^0.41.3",
"stylus-images": "1.0.3",
"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"
}
}