forked from ansible/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 937 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
{
"name": "galaxy",
"version": "0.0.0",
"private": true,
"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": "Ansible",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ansible/galaxy/issues"
},
"devDependencies": {
"browser-sync": "latest",
"http-proxy-middleware": "latest",
"node-notifier": "*",
"connect-history-api-fallback": "^1.1.0",
"less": "<3.0.0",
"gulp": "*",
"gulp-less": "latest",
"gulp-dest": "latest",
"gulp-watch": "latest",
"gulp-batch": "latest",
"gulp-uglify": "latest",
"gulp-concat": "latest",
"gulp-rename": "latest",
"gulp-util": "latest"
}
}