forked from azure-contrib/azure-scripty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 856 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": "azure-scripty",
"version": "1.0.0",
"description": "Azure automation made easy",
"main": "lib/azure-scripty.js",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"underscore": "~1.4.3",
"async": "~0.2.10"
},
"devDependencies": {
"mocha": "*",
"jshint": "*",
"should": "*",
"coffee-script": "*",
"underscore.string": "~2.3.3"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/amalik99/azure-scripty.git"
},
"homepage": "https://github.com/amalik99/azure-scripty.git",
"keywords": [
"azure",
"cloud",
"bash"
],
"author": "Glenn Block",
"license": "Apache 2",
"readmeFilename": "README.md"
}