forked from godaddy/bffs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "bffs",
"version": "5.0.1",
"description": "build files finder service",
"main": "index.js",
"scripts": {
"95%": "istanbul check-coverage --statements 95 --functions 95 --lines 95 --branches 95",
"test": "mocha test/*-test.js",
"test-debug": "mocha --debug-brk test/*-test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test/*-test.js",
"eslint": "godaddy-js-style-eslint -c .eslintrc ./*.js test/bffs-test.js",
"jscs": "godaddy-js-style-jscs ./*.js test/bffs-test.js",
"lint": "npm run jscs && npm run eslint",
"pretest": "npm run lint",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test/*-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/warehouseai/bffs"
},
"keywords": [
"buildfiles",
"build",
"files",
"static",
"assets"
],
"author": "GoDaddy Operating Company LLC",
"license": "MIT",
"dependencies": {
"async": "1.4.x",
"cdnup": "^2.0.0",
"deep-extend": "0.4.x",
"diagnostics": "^1.0.1",
"has": "^1.0.1",
"hyperquest": "~2.1.0",
"list-stream": "^1.0.1",
"lodash.flatten": "^4.1.0",
"one-time": "0.0.4",
"parallel-transform": "~1.0.0",
"uniq": "^1.0.1"
},
"devDependencies": {
"assume": "1.4.x",
"babel-eslint": "^6.1.2",
"datastar": "~1.3.1",
"fingerprinting": "^1.0.1",
"godaddy-style": "^3.1.0",
"ioredis": "^1.15.1",
"istanbul": "0.3.x",
"lodash.omit": "^4.5.0",
"mocha": "2.3.x",
"request": "2.65.x",
"sinon": "~1.17.6",
"uuid": "^2.0.1",
"warehouse-models": "^5.1.1"
}
}