-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 920 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
40
41
42
{
"name": "kotoha",
"version": "0.1.0",
"description": "Easy to quote a good phrase.",
"scripts": {
"build": "gulp build",
"rebuild": "gulp rebuild",
"release": "gulp release",
"watch": "gulp default"
},
"repository": {
"type": "git",
"url": "[email protected]:konifar/kotoha.git"
},
"keywords": [
"github",
"comment",
"autocomplete",
"phrase",
"kotoha",
"anime",
"quote"
],
"author": "konifar",
"license": "MIT",
"bugs": {
"url": "https://github.com/konifar/kotoha/issues"
},
"homepage": "https://github.com/konifar/kotoha",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.0",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.1",
"gulp-sass": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-zip": "^2.0.2",
"run-sequence": "^1.0.1",
"gulp-download": "0.0.1"
}
}