-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
46 lines (46 loc) · 1021 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
43
44
45
46
{
"name": "lttm-crx",
"version": "0.1.0",
"description": "Looks Terrific To Misawa",
"scripts": {
"build": "gulp build",
"download": "gulp download",
"rebuild": "gulp rebuild",
"release": "gulp release",
"watch": "gulp default"
},
"repository": {
"type": "git",
"url": "[email protected]:fukayatsu/lttm-crx.git"
},
"keywords": [
"github",
"markdown",
"comment",
"autocomplete",
"lgtm",
"misawa"
],
"author": "fukayatsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/fukayatsu/lttm-crx/issues"
},
"homepage": "https://github.com/fukayatsu/lttm-crx",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-coffee": "^3.0.3",
"gulp-concat": "^2.4.1",
"gulp-download": "0.0.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"run-sequence": "^1.0.1",
"sass": "^1.81.0"
},
"dependencies": {
"octokat": "^0.8.0"
}
}