-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
41
42
{
"name": "exper3-2015",
"version": "1.0.0",
"description": "QBN created for the 2015 EXPER3 jam.",
"repository": {
"type": "git",
"url": "git+https://github.com/arashikou/exper3-2015.git"
},
"keywords": [
"exper3",
"quality",
"narrative",
"interactive",
"fiction",
"qbn",
"cyoa"
],
"author": "John W. Bruce <arashikou@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/arashikou/exper3-2015/issues"
},
"homepage": "https://github.com/arashikou/exper3-2015#readme",
"devDependencies": {
"coffee-script": "^1.9.3",
"connect": "^3.4.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-delete-lines": "0.0.7",
"gulp-jade": "^1.0.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-wrap-js": "^0.4.1",
"serve-static": "^1.10.0"
}
}