-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 992 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
{
"name": "fullpage",
"version": "1.5.0",
"description": "A light JavaScript framework to build fullpage site in a simple way, write with pure JavaScript.",
"scripts": {
"lint": "eslint src test ./src/**.js",
"dev": "webpack-dev-server",
"deploy": "set NODE_ENV=production & webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kisnows/fullpage.git"
},
"keywords": [
"fullpage, slide"
],
"author": "抹桥 <yq12315@gmail.com>(http://blog.kisnows.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kisnows/fullpage/issues"
},
"homepage": "https://github.com/kisnows/fullpage#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.x",
"babel-preset-es2015": "^6.24.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-standard": "^4.0.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}