-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 849 Bytes
/
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
{
"name": "bumblebee-js",
"version": "0.0.1",
"dependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.24.1",
"bumblebee-css": "https://github.com/archX3/bumble-bee-css.git",
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0"
},
"files": [
".gitbub",
"build",
"demos",
"dist",
"scripts",
"shared",
"src",
"tests",
".babelrc",
".eslintrc",
"gulpfile.js",
"package.json",
"README.md",
"package-lock.json"
],
"devDependencies": {
"eslint": "^4.17.0",
"gulp": "^3.9.1",
"gulp-closure-compiler": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-jsdoc3": "^1.0.1",
"jest": "^22.2.2"
},
"scripts": {
"concat-base":""
}
}