-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 804 Bytes
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
{
"name": "seamscroll",
"version": "0.0.12",
"description": "js seamless scroll",
"main": "build/seamscroll.min.js",
"scripts": {
"build": "node script/build.js",
"build:debug": "node script/build-debug.js",
"build:all": "npm run build &&npm run build:debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenxuan0000/seamless-scroll"
},
"keywords": [
"without relying on",
"js",
"seamless-scroll"
],
"author": "chenxuan",
"license": "MIT",
"dependencies": {
"comutils": "^1.1.10"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chalk": "^2.3.0",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"ora": "^1.3.0",
"webpack": "^3.8.1"
}
}