-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "jbb",
"version": "1.3.9",
"description": "Javascript Binary Bundle",
"main": "index.js",
"scripts": {
"test": "JBB_DEBUG=1 ./node_modules/.bin/mocha test/test-core.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavesoft/jbb.git"
},
"keywords": [
"javascript",
"binary",
"bundle"
],
"author": "Ioannis Charalampidis <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wavesoft/jbb/issues"
},
"homepage": "https://github.com/wavesoft/jbb#readme",
"devDependencies": {
"colors": "^1.1.2",
"deep-equal": "^1.0.1",
"gulp-header": "^1.7.1",
"gulp-jbb-profile": "^1.0.2",
"jbb-profile-three": "^1.0.1",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"mute": "^2.0.6",
"node-getopt": "^0.2.3",
"seed-random": "^2.2.0",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"binary-search-tree": "^0.2.4",
"colors": "^1.1.2",
"deep-equal": "^1.0.1",
"gulp-jbb-profile": "^1.0.3",
"jbb-profile-three": "^1.0.3",
"mime": "^1.3.4",
"mock-browser": "^0.92.12",
"temp": "^0.8.3",
"toposort": "^1.0.0",
"xmldom": "^0.1.22",
"xmlhttprequest": "^1.8.0"
}
}