-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 1.94 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
70
71
72
73
74
75
76
77
78
79
{
"name": "builder-boy",
"description": "Build and watch es modules FAST",
"version": "0.3.28",
"main": "lib/index.js",
"scripts": {
"test": "node test/index.js",
"dev": "nodemon --ignore dist/* --ignore results/* test/index.js",
"cover": "nyc npm test",
"travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"builder-boy": "node ./bin/cmd.js",
"precommit": "npm run test && standard --fix"
},
"precommit": "precommit",
"bin": {
"builder-boy": "bin/cmd.js"
},
"standard": {
"ignore": [
"test/**"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigour-io/builder-boy.git"
},
"keywords": [
"fast",
"js",
"builder"
],
"nyc": {
"instrument": true
},
"dependencies": {
"acorn": "^4.0.4",
"acorn-es7-plugin": "^1.1.5",
"acorn-jsx": "^3.0.1",
"array-includes": "^3.0.2",
"async-to-gen": "^1.3.2",
"brisky-struct": "^1.9.5",
"buble": "^0.15.2",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"is-builtin-module": "^1.0.0",
"js-beautify": "^1.6.11",
"node-fetch": "^1.6.3",
"object.assign": "^4.0.4",
"promise-polyfill": "^6.0.2",
"object-assign-polyfill": "0.1.0",
"regenerator": "^0.9.5",
"regenerator-runtime": "^0.10.1",
"resolve": "^1.2.0",
"stamp": "^4.0.1",
"string-hash": "^1.1.1",
"vigour-ua": "^3.1.1",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"brisky-render": "2.2.12",
"coveralls": "^2.11.9",
"nodemon": "^1.11.0",
"nyc": "^10.0.0",
"pre-commit": "^1.1.3",
"standard": "^8.1.0",
"strip-formatting": "^1.0.2",
"tape": "4.6.0"
},
"author": "jim de beer",
"license": "ISC",
"bugs": {
"url": "https://github.com/vigour-io/builder-boy/issues"
},
"homepage": "https://github.com/vigour-io/builder-boy#readme",
"contributors": [
"Jim de Beer <[email protected]>",
"Youri Daamen <[email protected]"
]
}