-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.2 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
48
49
50
51
52
53
54
55
{
"name": "cyclus.js",
"version": "0.1.0",
"description": "User interface for Cyclus the nuclear fuel cycle simulator (http://fuelcycle.org)",
"keywords": [
"cyclus",
"visualization"
],
"main": "app/index.html",
"window": {
"title": "Cyclus.js",
"icon": "assests/cyclist.png",
"toolbar": true,
"width": 800,
"height": 600
},
"single-instance": true,
"js-flags": "",
"author": {
"name": "Yarden Livnat",
"url": "http://sci.utah.edu/~yarden"
},
"repository": {
"type": "git",
"url": "https://github.com/cyclus/cyclusjs"
},
"license": "MIT",
"dependencies": {
"promised-io": "^0.3.5",
"requirejs": "^2.1.18",
"requirejs-babel": "0.0.6",
"xml2js": "^0.4.9"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.5",
"minimist": "^1.1.1",
"node-webkit-builder": "^1.0.12"
},
"Licenses": {
"type": "MIT",
"url": "https://github.com/cyclus/cyclusjs/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/cyclus/cyclusjs/issues"
},
"maintainers": [
{
"name": "yarden",
"email": "[email protected]"
}
]
}