UNPKG

1.5 kBJSONView Raw
1{
2 "name": "lumbar",
3 "version": "2.6.0",
4 "description": "Supporting your backbone since 2011, Lumbar is a module build system that allows for generation of platform specific javascript modules.",
5 "keywords": [
6 "build",
7 "module",
8 "mobile",
9 "backbone"
10 ],
11 "author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/walmartlabs/lumbar.git"
15 },
16 "engines": {
17 "node": ">=0.8"
18 },
19 "dependencies": {
20 "async": "0.x",
21 "bower": "1.x",
22 "cheerio": "0.x",
23 "child-pool": "1.x",
24 "esprima": "1.x",
25 "growl": "1.x",
26 "handlebars": "1.x",
27 "nib": "~1.0.1",
28 "stylus": "0.41.2",
29 "stylus-images": "1.0.3",
30 "coffee-script": "1.x",
31 "underscore": "1.x"
32 },
33 "devDependencies": {
34 "chai": "~1.7.2",
35 "glob": "~3.2.6",
36 "grunt": "~0.4.1",
37 "grunt-contrib-jshint": "~0.6.2",
38 "grunt-mocha-cov": "0.0.7",
39 "grunt-github-pages": "0.0.3",
40 "mocha": "~1.12.0",
41 "sinon": "~1.7.3",
42 "sinon-chai": "~2.4.0",
43 "wrench": "~1.5.1"
44 },
45 "bin": {
46 "lumbar": "bin/lumbar"
47 },
48 "main": "lib/lumbar",
49 "scripts": {
50 "blanket": {
51 "pattern": "//^((?!/node_modules/)(?!/test/).)*$/",
52 "data-cover-flags": {
53 "branchTracking": true
54 }
55 },
56 "test": "node_modules/.bin/mocha test/*.js test/plugins/*.js test/util/*.js"
57 },
58 "optionalDependencies": {
59 "source-map": "~0.1",
60 "uglify-js": "~2.3"
61 }
62}