-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "ceek",
"version": "0.0.1",
"description": "",
"main": "cloud/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/valdrinkoshi/ceek.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/valdrinkoshi/ceek/issues"
},
"homepage": "https://github.com/valdrinkoshi/ceek",
"devDependencies": {
"browserify": "^10.2.6",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"parse-develop": "0.0.55",
"reactify": "^1.1.1"
},
"dependencies": {
"bootstrap": "^3.3.6",
"classnames": "^2.2.1",
"jasmine-node": "^1.14.5",
"jquery": "^2.1.4",
"parse-react": "^0.4.2",
"react": "^0.13.3",
"react-bootstrap": "^0.23.7",
"react-chartjs": "^0.6.0",
"react-router": "^0.13.3",
"tcomb-form": "^0.6.2"
}
}