forked from kwemi/react-simple-parallax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 910 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
{
"name": "react-simple-parallax",
"version": "0.2.6",
"description": "A simple React Component for parallax effect.",
"repository": {
"type": "git",
"url": "/~https://github.com/kwemi/react-simple-parallax.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development && webpack-dev-server --progress --config webpack.config.dev.js"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.12.1",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"keywords": [
"react-component",
"parallax",
"react",
"react parallax",
"reactjs",
"effect",
"scroll"
],
"author": "Olivier Mayer <olivier@pxleaters.com> (http://pxleaters.com)",
"license": "MIT"
}