UNPKG

1.25 kBJSONView Raw
1{
2 "name": "id-builder",
3 "version": "1.4.1",
4 "description": "DRY project automation for Node.js and javascript frontend projects.",
5 "main": "index.js",
6 "scripts": {
7 "test": "iojs idBuilderTravis.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/Industrial/id-builder"
12 },
13 "author": "Tom Wieland <tom.wieland@gmail.com>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/Industrial/id-builder/issues"
17 },
18 "homepage": "https://github.com/Industrial/id-builder",
19 "dependencies": {
20 "LiveScript": "^1.3.1",
21 "async": "^0.9.0",
22 "babel": "^4.3.0",
23 "browser-sync": "^2.0.1",
24 "browserify": "^8.0.1",
25 "chai": "^1.10.0",
26 "chokidar": "^0.12.5",
27 "coffee-script": "^1.8.0",
28 "deepmerge": "^0.2.7",
29 "forever-monitor": "^1.5.2",
30 "jade": "^1.8.2",
31 "less": "^2.1.2",
32 "lodash": "^3.1.0",
33 "lsr": "^1.0.0",
34 "mkdirp": "^0.5.0",
35 "mocha": "^2.1.0",
36 "moment": "^2.8.4",
37 "prelude-ls": "^1.1.1",
38 "react": "^0.12.2",
39 "react-jade": "^2.3.0",
40 "reactify": "^0.17.1",
41 "rimraf": "^2.2.8",
42 "sinon": "^1.12.2",
43 "sinon-chai": "^2.6.0",
44 "spawn-mocha-parallel": "^1.0.0",
45 "stylus": "^0.49.3",
46 "watchify": "^2.2.1"
47 }
48}