-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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": "velocity-transition-group",
"version": "1.2.2",
"description": "Velocity.js based replacement for ReactCSSTransitionGroup",
"main": "dist/ReactVelocityTransitionGroup.js",
"scripts": {
"test": "karma start --single-run",
"build": "script/build",
"prepublish": "npm run build",
"watch": "webpack-dev-server --watch --port 9001 --devtool inline-source-map"
},
"browserify": {
"transform": [
"reactify"
]
},
"repository": {
"type": "git",
"url": "https://github.com/jakemhiller/ReactVelocityTransitionGroup.git"
},
"keywords": [
"react",
"react-component"
],
"author": "Jake Hiller",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakemhiller/ReactVelocityTransitionGroup/issues"
},
"homepage": "https://github.com/jakemhiller/ReactVelocityTransitionGroup",
"dependencies": {
"babel-runtime": "^5.5.4",
"react": "0.13.3",
"lodash": "^3.9.3",
"velocity-animate": "^1.2.2"
},
"devDependencies": {
"babel": "^5.5.5",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.1.4",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"eslint-plugin-react": "^2.5.0",
"karma": "^0.12.19",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.2.1",
"uglify-js": "^2.4.15",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
}
}