-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 890 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
{
"name": "js-animate",
"version": "1.0.0",
"description": "a js-plugin for web special efficiency, like lazyload and slide etc.",
"main": "jsAnimate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --hot",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HiWayne/jsAnimate.git"
},
"keywords": [
"js-plugin"
],
"author": "HiWayne",
"license": "ISC",
"bugs": {
"url": "https://github.com/HiWayne/jsAnimate/issues"
},
"homepage": "https://github.com/HiWayne/jsAnimate#readme",
"devDependencies": {
"webpack": "^4.31.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0"
}
}