|
1 | 1 | {
|
2 | 2 | "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.", |
8 | 4 |
|
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", |
10 | 10 | "license": "MIT",
|
11 | 11 |
|
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 | + |
| 17 | + "url": "http://callmecavs.com/" |
15 | 18 | },
|
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" |
18 | 26 | },
|
19 | 27 |
|
20 | 28 | "keywords": [
|
| 29 | + "smooth", |
21 | 30 | "scroll"
|
22 | 31 | ],
|
23 | 32 |
|
24 | 33 | "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" |
33 | 46 | }
|
34 | 47 | }
|
0 commit comments