-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.33 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
44
45
46
47
{
"name": "cis-ui",
"version": "0.0.1",
"description": "Crops in Silico User Interface",
"main": "cis.module.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd node_modules/the-graph && npm install && grunt build && cd ../.. && grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/bodom0015/cis-ui"
},
"author": "Mike Lambert <[email protected]>",
"license": "TBD",
"bugs": {
"url": "https://github.com/bodom0015/cis-ui/issues"
},
"dependencies": {
"angular": "1.5.11",
"angular-cache-buster": "^0.4.3",
"angular-clipboard": "^1.4.2",
"angular-cookies": "1.5.11",
"angular-messages": "1.5.11",
"angular-resource": "1.5.11",
"angular-route": "1.5.11",
"angular-ui-bootstrap": "~1.2.4",
"bootstrap": "3.3.7",
"font-awesome": "4.7.0",
"font-awesome-animation": "^0.2.0",
"jquery": "3.2.1",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"ngreact": "0.5.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"the-graph": "git+https://github.com/bodom0015/the-graph#master"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-cache-bust": "^1.7.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-jshint": "1.1.0",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0"
}
}