-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 890 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
37
38
{
"name": "cs373-idb",
"version": "1.0.0",
"description": "Project and lobster rolls",
"main": "run.py",
"dependencies": {
"babel-preset-es2015": "~6.6.0",
"babel-preset-react": "~6.5.0",
"babelify": "~7.2.0",
"browserify": "~13.0.0",
"react": "~0.14.8",
"react-dom": "~0.14.8",
"react-redux": "~4.4.1",
"react-router": "~2.0.1",
"reactable": "~0.12.5",
"redux": "~3.3.1",
"redux-promise": "~0.5.3",
"watchify": "~3.7.0",
"whatwg-fetch": "~0.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/camelbacknotation/cs373-idb.git"
},
"keywords": [
"lobster",
"roll"
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/camelbacknotation/cs373-idb/issues"
}
}