-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 833 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
{
"name": "react-animation-tactics-talk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:pixielabs/the-pool-wheel.git"
},
"author": "",
"license": "Copyright",
"dependencies": {
"react-css": "0.0.2"
},
"devDependencies": {
"broccoli": "^0.13.2",
"broccoli-browserify": "^0.1.0",
"broccoli-jade": "jvgreenaway/broccoli-jade",
"broccoli-merge-trees": "^0.2.1",
"broccoli-react": "^0.6.0",
"broccoli-sass": "^0.3.3",
"broccoli-static-compiler": "^0.2.1",
"browsernizr": "^1.0.2",
"domready": "^1.0.7",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"react": "^0.12.0",
"react-animate": "^0.1.5"
}
}