forked from saulmadi/Ironhide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 807 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
{
"name": "rewardle",
"version": "1.0.0",
"description": "",
"main": "gulp.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AcklenAvenue/rewardle.git"
},
"author": "AcklenAvenue",
"bugs": {
"url": "https://github.com/AcklenAvenue/rewardle/issues"
},
"homepage": "https://github.com/AcklenAvenue/rewardle",
"devDependencies": {
"async": "^1.0.0",
"glob": "^7.0.0",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-debug": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"lodash": "^3.9.1",
"merge-stream": "^0.1.8",
"run-sequence": "^1.1.0",
"through2": "^0.6.5"
}
}