-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
{
"name": "bbpack",
"version": "0.2.4",
"author": "wujohns",
"description": "module bundler with simple configure which based on browserify",
"homepage": "https://github.com/wujohns/bbpack",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wujohns/bbpack.git"
},
"keywords": [
"browserify",
"pack",
"module",
"bundler",
"cmd",
"bb"
],
"bugs": {
"url": "https://github.com/wujohns/bbpack/issues"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/build.test.js"
},
"engine": {
"node": ">=4.0.0"
},
"dependencies": {
"lodash": "^4.17.2",
"async": "^2.1.4",
"globby": "~6.0.0",
"gulp": "~3.9.1",
"gulp-util": "^3.0.7",
"gulp-sourcemaps": "~2.2.0",
"gulp-uglify": "~2.0.0",
"browserify": "~13.1.1",
"vinyl-source-stream": "~1.1.0",
"vinyl-buffer": "~1.0.0",
"watchify": "^3.7.0",
"less-modulesify": "^1.0.10",
"babelify": "~7.3.0",
"babel-preset-es2015": "~6.18.0",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-3": "~6.17.0",
"babel-plugin-syntax-export-extensions": "^6.13.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"chai": "^3.5.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"rimraf": "^2.5.4"
}
}