-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.51 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
{
"name": "driftwood",
"version": "1.5.5",
"description": "A namespaced stylish logger primarily for the browser",
"main": "./main.js",
"browser": "./browser.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QubitProducts/driftwood.git"
},
"author": "Qubit",
"license": "MIT",
"bugs": {
"url": "https://github.com/QubitProducts/driftwood/issues"
},
"homepage": "https://github.com/QubitProducts/driftwood#readme",
"devDependencies": {
"benchmark": "^2.1.0",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"imports-loader": "^0.6.5",
"karma": "^0.13.22",
"karma-benchmark": "^0.4.0",
"karma-benchmark-reporter": "^0.1.1",
"karma-chrome-launcher": "^0.2.3",
"karma-cli": "^0.1.2",
"karma-mocha": "^0.2.2",
"karma-sauce-launcher": "^0.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"lodash": "^4.12.0",
"mocha": "^2.4.5",
"rewire-webpack": "^1.0.1",
"sinon": "^1.17.6",
"sinon-expect": "^0.3.0",
"standard5": "^1.1.1",
"watchify": "^3.7.0",
"webpack": "^1.13.3"
},
"standard5": {
"global": [
"describe",
"it",
"beforeEach",
"afterEach",
"suite",
"benchmark",
"process",
"global",
"sinon"
],
"ignore": [
"test/indexOf.js"
]
},
"dependencies": {
"chalk": "^1.1.3",
"json-bourne": "^1.0.1",
"slapdash": "^1.3.0"
}
}