forked from ansible/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 792 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
{
"name": "galaxy",
"version": "0.0.0",
"description": "Find, reuse and share the best Ansible content",
"main": "\\",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ansible/galaxy.git"
},
"keywords": [
"Galaxy",
"Ansible",
"Ansibleworks"
],
"author": "Chris Houseknecht",
"license": "Commercial",
"bugs": {
"url": "https://github.com/ansible/galaxy/issues"
},
"devDependencies": {
"less": "latest",
"gulp": "latest",
"gulp-less": "latest",
"gulp-dest": "latest",
"gulp-watch": "latest",
"gulp-batch": "latest",
"gulp-uglify": "latest",
"gulp-concat": "latest",
"gulp-rename": "latest",
"gulp-util": ">=0.10"
}
}