forked from rubensayshi/wcl-rdruid-mastery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 990 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
{
"name": "warcraft-rdruid-mastery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ruben de Vries <[email protected]>",
"license": "MIT",
"dependencies": {
"assert": "^1.4.1",
"cli-table": "^0.3.1",
"debug": "^2.2.0",
"level-browserify": "^1.1.0",
"q": "^1.4.1",
"querystring": "^0.2.0",
"request": "^2.78.0",
"tape": "^4.6.2",
"yargs": "^6.3.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-html2js": "^0.4.2",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"http-proxy": "^1.15.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
}
}