-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "iscroll-es6",
"version": "0.0.4",
"description": "IScroll in ES6",
"main": "index.js",
"scripts": {
"dev": "webpack --config webpack.config.js --watch --progress --colors",
"build": "webpack --config webpack.config.js",
"lint": "eslint --ext .js src"
},
"keywords": [
"IScroll"
],
"author": "liril <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/liril-net/iscroll-es6.git"
},
"bugs": {
"url": "https://github.com/liril-net/iscroll-es6/issues"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.16.0",
"json-loader": "^0.5.4",
"webpack": "^1.13.2"
}
}