-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 991 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
35
36
37
{
"name": "scroll-to-target",
"version": "0.0.7",
"description": "A simpe, light and reliable scroll library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murilobast/scroll-to-target.git"
},
"keywords": [
"animate",
"scroll",
"smooth",
"light"
],
"author": "iam@murilobastos.com (Murilo Bastos)",
"license": "ISC",
"bugs": {
"url": "https://github.com/murilobast/scroll-to-target/issues"
},
"homepage": "https://github.com/murilobast/scroll-to-target#readme",
"dependencies": {
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1"
}
}