-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 929 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
43
{
"name": "cloudinit-cli",
"version": "0.5.1",
"description": "Manage Cloud and DevOps",
"homepage": "http://www.laboratories.telekom.com",
"repository": {
"type": "git",
"url": "git@github.com:TelekomLabs/cloudinit-cli.git"
},
"bugs": {
"url": "http://github.com/TelekomLabs/cloudinit-cli/issues"
},
"author": {
"name": "Christoph Hartmann",
"email": "c.hartmann@telekom.de",
"url": "https://github.com/TelekomLabs/cloudinit-cli"
},
"licenses": [
{
"type": "Apache 2"
}
],
"dependencies": {
"cloudinit": "~0.2.0",
"commander": "~2.0.0",
"nconf": "~0.6.8",
"winston": "~0.7.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.2.0",
"grunt-mocha-test": "~0.7.0"
},
"bin": {
"cloudinit": "./bin/cloudinit"
},
"scripts": {
"test": "grunt test --verbose"
},
"engines": {
"node": "0.10.X",
"npm": "1.3.X"
}
}