-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "siege",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron index.js",
"test": "tape test/test-*.js",
"distribute-mac": "electron-packager ./ siege --platform=darwin --arch=x64 --version=0.31.2 --ignore='(node_modules/(electron-(packager|prebuilt)|gulp|gulp-less)|src/)'",
"distribute": "electron-packager ./ siege --platform=darwin,linux --arch=x64 --version=0.31.2 --ignore='(node_modules/(electron-(packager|prebuilt)|gulp|gulp-less)|src/)'"
},
"bin": {
"siege-cli": "./bin/siege-cli.js"
},
"dependencies": {
"request": "^2.61.0"
},
"devDependencies": {
"electron-prebuilt": "^0.32.2",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.0",
"tape": "^4.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accesolibre/siege.git"
},
"author": "Jose-Luis Rivas <me@ghostbar.co>",
"license": "ISC",
"bugs": {
"url": "https://github.com/accesolibre/siege/issues"
},
"homepage": "https://github.com/accesolibre/siege#readme"
}