forked from fhacktory/devgotchi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 847 Bytes
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
{
"name": "devgotchi",
"version": "1.0.0",
"description": "Raise your developer",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-haml": "^0.1.6",
"gulp-htmlmin": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-server-livereload": "^1.7.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fhacktory/devgotchi.git"
},
"keywords": [
"game"
],
"author": "voyant",
"license": "MIT",
"bugs": {
"url": "https://github.com/fhacktory/devgotchi/issues"
},
"homepage": "https://github.com/fhacktory/devgotchi#readme"
}