forked from ahung89/ahung89.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 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
{
"name": "AndrewWorld",
"version": "0.0.0",
"description": "A simple but challenging platformer.",
"main": "index.html",
"scripts": {
"test": "hi"
},
"repository": {
"type": "git",
"url": "https://github.com/ahung89/ahung89.github.io.git"
},
"author": "Andrew Hung",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahung89/ahung89.github.io/issues"
},
"homepage": "https://github.com/ahung89/ahung89.github.io",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.2",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-uglifyjs": "^0.5.0",
"jquery": "^2.1.1",
"vinyl-buffer": "^1.0.0"
}
}