-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 855 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ohm-dock",
"description": "Ohm Labs Inc dock",
"version": "0.1.4",
"homepage": "ohm.fm/dock",
"license": "MIT",
"contributors": [
{
"name": "Cameron Drake",
"email": "[email protected]"
}
],
"keywords": [
"Ohm",
"environment",
"deployment",
"git",
"node.js",
"stack"
],
"repository": {
"type": "git",
"url": "git://github.com/ohmlabs/dock.git"
},
"bugs": "https://github.com/ohmlabs/dock/issues",
"bin": {
"dock": "./dock"
},
"scripts": {
"prod": "./bin/dock prod",
"dev": "./bin/dock dev",
"deploy": "./bin/dock deploy ohm ohmlabs master"
},
"dependencies": {
"grunt": "0.4.1",
"grunt-contrib-concat": "",
"grunt-contrib-copy": "^0.5.0",
"grunt-open": "^0.2.3",
"grunt-jsdoc": "^0.5.4",
"jsdoc": "^3.3.0-alpha5"
}
}