forked from Azure/azure-quickstart-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 892 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
{
"name": "azure-quickstart-templates",
"version": "1.0.0",
"description": "A package file for developer depenedencies when testing templates",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-quickstart-templates.git"
},
"author": "sedouard",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-quickstart-templates/issues"
},
"homepage": "https://github.com/Azure/azure-quickstart-templates#readme",
"devDependencies": {
"debug": "^2.2.0",
"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",
"mocha.parallel": "^0.10.0",
"rsvp": "^3.1.0",
"skeemas": "^1.2.1",
"unirest": "^0.4.2"
}
}