-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "web-pull-to-refresh",
"version": "1.0.1",
"main": "./dist/ptr.js",
"scripts": {
"serve": "export NODE_ENV=development && webpack-dev-server",
"build:dev": "webpack --hide-modules --watch",
"build:prod": "export NODE_ENV=production && webpack"
},
"keywords": [
"pull-down-refresh",
"pull-to-refresh"
],
"repository": {
"type": "git",
"url": "https://github.com/movii/web-pull-to-refresh"
},
"bugs": {
"url": "https://github.com/movii/web-pull-to-refresh/issues"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.26.4",
"eslint": "^4.12.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.0"
},
"author": {
"name": "Lien",
"email": "[email protected]",
"url": "http://movii.github.io/blog/"
},
"dependencies": {
"hoek": "5.0.3"
}
}