-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
{
"name": "hat.js",
"version": "0.0.18",
"description": "The Deployer",
"main": "lib/index.js",
"bin": {
"hat": "./bin/hat.js",
"hat.js": "./bin/hat.js",
"asshat": "./bin/asshat.js",
"asshat.js": "./bin/asshat.js"
},
"scripts": {
"console": "node",
"test": "NODE_ENV=test mocha --reporter dot --require should --ui bdd $(find test -name '*.test.js')",
"lint": " find . -not -path '*node_modules*' -and -name '*.js' -print0 | xargs -0 node_modules/.bin/jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/sreeix/hat.js"
},
"engines": { "node": ">0.6.7" },
"node-version": ">0.6.7",
"dependencies": {
"commander" : "1.0.4",
"ssh-control" : "0.1.4",
"winston" : "0.6.2",
"async" : "0.1.22",
"underscore" : "1.4.4",
"fs.extra" : "1.2.0"
},
"devDependencies":{
"mocha": "1.5.0",
"jshint": "0.9.1",
"should": "1.2.0",
"sinon": "1.5.0"
},
"keywords": [
"deployment",
"npm",
"node",
"production"
],
"author": "V Sreekanth",
"license": "BSD"
}