Skip to content

Commit b22d31a

Browse files
committed
update package.json
1 parent ef76e69 commit b22d31a

File tree

1 file changed

+32
-19
lines changed

1 file changed

+32
-19
lines changed

package.json

+32-19
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,47 @@
11
{
22
"name": "jump.js",
3-
"version": "1.0.1",
4-
"description": "A small, modern, dependency-free smooth scrolling library.",
5-
"homepage": "https://github.com/callmecavs/jump.js",
6-
"main": "dist/jump.min.js",
7-
"jsnext:main": "src/jump.js",
3+
"description": "A modern smooth scrolling library.",
84

9-
"author": "Michael Cavalea",
5+
"main": "dist/jump.js",
6+
"module": "dist/jump.module.js",
7+
"jsnext:main": "dist/jump.module.js",
8+
9+
"version": "1.0.2",
1010
"license": "MIT",
1111

12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/callmecavs/jump.js.git"
12+
"repository": "callmecavs/jump.js",
13+
14+
"author": {
15+
"name": "Michael Cavalea",
16+
"email": "[email protected]",
17+
"url": "http://callmecavs.com/"
1518
},
16-
"bugs": {
17-
"url": "https://github.com/callmecavs/jump.js/issues"
19+
20+
"scripts": {
21+
"prebuild": "eslint src",
22+
"build": "rollup -c",
23+
"dev": "rollup -c -w -m inline",
24+
"prepublish": "npm run build",
25+
"server": "python -m SimpleHTTPServer 3000"
1826
},
1927

2028
"keywords": [
29+
"smooth",
2130
"scroll"
2231
],
2332

2433
"devDependencies": {
25-
"babel-preset-es2015-rollup": "*",
26-
"browser-sync": "*",
27-
"del": "*",
28-
"gulp": "*",
29-
"node-notifier": "*",
30-
"rollup": "*",
31-
"rollup-plugin-babel": "*",
32-
"rollup-plugin-uglify": "*"
34+
"babel-eslint": "^7.1.1",
35+
"babel-plugin-external-helpers": "^6.18.0",
36+
"babel-preset-es2015-rollup": "^3.0.0",
37+
"babel-preset-stage-0": "^6.16.0",
38+
"eslint": "^3.13.0",
39+
"eslint-config-standard": "^6.2.1",
40+
"eslint-plugin-promise": "^3.4.0",
41+
"eslint-plugin-standard": "^2.0.1",
42+
"rollup": "^0.41.1",
43+
"rollup-plugin-babel": "^2.7.1",
44+
"rollup-plugin-node-resolve": "^2.0.0",
45+
"rollup-watch": "^3.2.2"
3346
}
3447
}

0 commit comments

Comments
 (0)