-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "bue",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.13.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.1",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"copy-webpack-plugin": "^3.0.1",
"eslint": "^3.2.2",
"eslint-config-standard": "^5.3.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"webpack": "^1.13.1"
},
"scripts": {
"build": "webpack",
"watch": "browser-sync start --server --files 'dist/*.*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngwind/bue.git"
},
"author": "youngwind",
"license": "ISC",
"bugs": {
"url": "https://github.com/youngwind/bue/issues"
},
"homepage": "https://github.com/youngwind/bue#readme"
}