-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.22 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-inertia",
"version": "0.0.1",
"description": "An inertia touch scroll React component",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/garryyao/react-scroll"
},
"keywords": [
"react",
"react-component",
"inertia",
"momentum",
"scroll",
"touch"
],
"author": "yaojun85@gmail.com",
"license": "MIT",
"dependencies": {
"classnames": "^1.2.0",
"object.assign": "^2.0.1",
"react": "^0.13.1"
},
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"babel-runtime": "^5.0.8",
"css-loader": "^0.10.1",
"exports-loader": "^0.6.2",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.1",
"gulp-less": "^3.0.2",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.3.0",
"imports-loader": "^0.6.3",
"jquery": "^2.1.4",
"style-loader": "^0.10.2",
"uglify-loader": "^1.2.0",
"webpack": "^1.7.3"
},
"bugs": {
"url": "https://github.com/garryyao/react-inertia/issues"
},
"homepage": "https://github.com/garryyao/react-inertia"
}