-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "proton",
"version": "0.2.0",
"description": "Light show visualizer written in JS with Electron",
"main": "build/main.js",
"scripts": {
"start": "electron build/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rjayatilleka/proton.git"
},
"author": "Ramith Jayatilleka",
"license": "MIT",
"bugs": {
"url": "https://github.com/rjayatilleka/proton/issues"
},
"homepage": "https://github.com/rjayatilleka/proton#readme",
"devDependencies": {
"babel-eslint": "^4.1.6",
"babel-plugin-transform-flow-strip-types": "^6.1.18",
"babel-preset-es2015-node5": "^1.1.1",
"del": "^2.1.0",
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.35.1",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"eslint_d": "^2.4.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1",
"gulp-flowtype": "^0.4.8",
"gulp-rename": "^1.2.2",
"minimist": "^1.2.0"
},
"dependencies": {
"js-yaml": "^3.4.5",
"rx": "^4.0.7",
"tail": "^0.4.0"
}
}