-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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": "brain-bits",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-preset-react": "^6.24.1",
"bindings": "^1.3.0",
"brain.js": "^1.0.0-rc.3",
"d3": "^4.10.2",
"dateformat": "^2.0.0",
"electron": "^1.8.0",
"electron-compile": "^6.4.1",
"electron-reload": "^1.2.1",
"electron-window-state": "^4.1.1",
"fili": "^2.0.0",
"javascript-state-machine": "^3.0.1",
"jsfeat": "0.0.8",
"lodash": "^4.17.4",
"mathjs": "^3.16.3",
"mkdirp": "^0.5.1",
"mousetrap": "^1.6.1",
"node-addon-api": "^0.6.3",
"request": "^2.82.0",
"vectorious": "^4.8.1",
"vue": "^2.4.2",
"vueify": "^9.4.1"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron-compilers": "^5.9.0",
"eslint": "^4.6.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"vue-devtools": "^3.1.6"
},
"scripts": {
"start": "electron .",
"help": "electron help"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:10022/dashersw/brain-bits.git"
},
"author": "Armagan Amcalar <[email protected]>",
"license": "MIT"
}