forked from reapp/reapp-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 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
34
35
36
{
"name": "reapp-kit",
"version": "1.2.15",
"description": "Unified platform for apps",
"main": "dist",
"scripts": {
"build": "babel src --out-dir dist --stage=0",
"watch": "babel src --out-dir dist --stage=0 --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/reapp/reapp-kit"
},
"author": "Nate Wienert",
"license": "MIT",
"bugs": {
"url": "https://github.com/reapp/reapp-kit/issues"
},
"homepage": "https://github.com/reapp/reapp-kit",
"dependencies": {
"bluebird": "^2.9.24",
"isomorphic-fetch": "^2.0.0",
"omniscient": "^3.1.0",
"react": "^0.13.1",
"react-router": "^0.13.2",
"reapp-object-assign": "^1.0.0",
"reapp-routes": "^0.10.0",
"reapp-ui": "^0.12.54"
},
"peerDependencies": {
"react": "0.13.x"
},
"devDependencies": {
"babel": "^5.0.7"
}
}