forked from ChrisCavs/rallax.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 807 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
{
"name": "rallax.js",
"version": "2.0.1",
"description": "Dead-simple parallax scrolling.",
"main": "dist/rallax.js",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisCavs/rallax.js.git"
},
"keywords": [
"parallax, scroll, scrolling, rallax"
],
"author": {
"name": "Christopher Cavalea",
"email": "[email protected]",
"url": "http://chriscavs.github.io/"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "6.0.0"
}
}