-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"name": "animation",
"version": "0.0.1",
"description": "An exploration of React JS animation",
"main": "index.js",
"scripts": {
"prebuild": "npm install",
"build": "./node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",
"url": "https://github.com/TucsonReactJS/animation.git"
},
"keywords": [
"reactjs",
"intro",
"seed"
],
"author": "Charles King",
"license": "MIT",
"bugs": {
"url": "https://github.com/TucsonReactJS/animation/issues"
},
"homepage": "https://github.com/TucsonReactJS/animation",
"dependencies": {
"lodash": "^3.10.0",
"randomcolor": "^0.3.0",
"react": "^0.13.3",
"react-animate": "^3.0.0",
"react-inline-css": "^1.1.1",
"react-motion": "0.0.3",
"react-router": "^1.0.0-beta3",
"snabbt.js": "^0.5.4",
"superagent": "^1.2.0",
"webpack-stream": "^2.0.0"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.14",
"babel-loader": "^5.3.1",
"browser-sync": "^2.6.4",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-load-plugins": "^0.10.0",
"gulp-webpack": "^1.4.0",
"webpack": "^1.8.9"
}
}