forked from NV/chrome-devtools-autosave-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 791 Bytes
/
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
{
"name": "autosave",
"version": "1.0.2",
"description": "A server for Chrome Devtools Autosave (https://github.com/NV/chrome-devtools-autosave)",
"keywords": ["devtools"],
"bin": {
"autosave": "./bin/autosave"
},
"scripts": {
"autostart": "./scripts/autostart.sh",
"install": "node ./scripts/install.js"
},
"preferGlobal" : true,
"author": "Nikita Vasilyev <[email protected]>",
"main": "index",
"engines": {
"node": ">= 0.4.x"
},
"repository": {
"type": "git",
"url": "git://github.com/NV/chrome-devtools-autosave-server.git"
},
"bugs": {
"url": "https://github.com/NV/chrome-devtools-autosave-server/issues"
},
"dependencies": {
"commander": "0.5.x"
}
}