forked from Azure/azure-arm-validator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
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
{
"name": "arm-validator",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test" : "grunt test"
},
"description": "A tiny server which will validate Azure Resource Templates",
"dependencies": {
"azure-arm-resource": "^0.10.6",
"azure-common": "^0.9.16",
"azure-scripty-cli2": "git+https://github.com/SpektraSystems/azure-scripty-cli2.git",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"es6-denodeify": "^0.1.5",
"express": "~4.13.1",
"guid": "0.0.12",
"http-delayed-response": "0.0.4",
"jade": "~1.11.0",
"mongodb": "^2.0.48",
"morgan": "~1.6.1",
"nconf": "^0.8.2",
"rsvp": "^3.1.0",
"serve-favicon": "~2.3.0",
"unirest": "^0.4.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.5.0",
"grunt-mocha-cli": "^2.0.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"mockery": "^1.4.0",
"supertest": "^1.1.0"
}
}