-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
58 lines (58 loc) · 1.41 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
{
"name": "splittable",
"version": "4.0.0",
"description": "Module bundler with support for code splitting, ES6 & CommonJS modules.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"bin": {
"splittable": "bin.js"
},
"keywords": [
"bundler",
"module",
"code splitting",
"commonjs",
"es6",
"closure compiler",
"JSX"
],
"author": "cramforce",
"license": "Apache-2.0",
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"bel": "^4.5.1",
"d3-array": "^1.0.1",
"d3-shape": "^1.0.3",
"fs-extra": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"left-pad": "^1.1.3",
"promise-pjs": "^1.1.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"tap": "^8.0.0"
},
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babelify": "^7.3.0",
"bluebird": "^3.4.6",
"browserify": "^13.1.1",
"deps-sort": "^2.0.0",
"dev-null": "^0.1.1",
"find-root": "^1.0.0",
"google-closure-compiler": "20161024.3.0",
"minimist": "^1.2.0",
"mkpath": "^1.0.0",
"through2": "^2.0.1",
"tmp": "0.0.30",
"topological-sort": "^0.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/cramforce/splittable.git"
}
}