forked from fisshy/react-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.31 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
52
53
54
{
"name": "react-scroll",
"version": "1.3.1",
"description": "A scroll component for React.js",
"main": "modules",
"repository": {
"type": "git",
"url": "https://github.com/fisshy/react-scroll.git"
},
"scripts": {
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
"test": "./node_modules/karma/bin/karma start"
},
"homepage": "https://github.com/fisshy/react-scroll",
"bugs": "https://github.com/fisshy/react-scroll/issues",
"authors": [
"Joachim Karlsson"
],
"license": "MIT",
"tags": [
"react",
"scroll"
],
"keywords": [
"react",
"react-component",
"scroll",
"scroller",
"scrolls"
],
"dependencies": {
"object-assign": "^4.0.1",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"react-addons-test-utils": "^15.0.1",
"babel": "^5.8.23",
"babel-core": "^4.6.0",
"babel-loader": "^4.0.0",
"expect": "^1.12.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"karma": "^0.13.11",
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.7.0"
}
}