-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "ent",
"description": "An attack tree visualisation tool",
"version": "0.2.1",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/jimmythompson/ent.git"
},
"main": "main.js",
"dependencies": {
"d3": "^3.5.5",
"events": "^1.1.0",
"flux": "^2.1.1",
"jquery": "^2.1.4",
"named-regexp": "^0.1.1",
"range": "0.0.3",
"react": "^15.1.0",
"react-addons-linked-state-mixin": "^15.1.0",
"react-dom": "^15.1.0",
"sprintf-js": "^1.0.2",
"xmldom": "^0.1.19"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"electron-packager": "^7.0.2",
"electron-prebuilt": "^1.1.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-less": "^3.0.5",
"gulp-mocha": "^2.2.0",
"gulp-npm-files": "^0.1.3",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"less": "^2.6.1",
"proxyquire": "^1.7.4",
"sinon": "^1.14.1",
"webpack": "^1.12.9",
"webpack-stream": "^3.1.0"
},
"scripts": {
"package": "electron-packager build Ent --asar --platform=darwin --arch=x64 --version=1.1.1 --app-version=0.2.1 --out=bin --icon=doc/logo.icns",
"start": "electron build 2>&1"
}
}