-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.22 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
43
{
"name": "gmailkanban",
"version": "0.1.8",
"description": "A Simple Kanban browser extention for Gmail users.",
"main": "",
"scripts": {
"start": "watchify -o src/kanban/bundle.js -v -d src/kanban/app.js",
"build": "gulp",
"test": "node_modules/phantomjs-prebuilt/bin/phantomjs test/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyojin/GmailKanban.git"
},
"author": "Hyojin Kwak",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyojin/GmailKanban/issues"
},
"homepage": "https://github.com/hyojin/GmailKanban#readme",
"devDependencies": {
"browserify": "^13.0.0",
"crx": "^3.0.3",
"debowerify": "^1.3.1",
"gulp": "^3.9.1",
"watchify": "^3.7.0",
"vinyl-source-stream": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"del": "^2.2.0",
"gulp-crx-pack": "^1.0.1",
"gulp-vinyl-zip": "^1.2.2",
"phantomjs-prebuilt": "^2.1.7",
"mocha": "^2.4.5",
"chai": "^3.5.0"
},
"browserify": {
"transform": [
"debowerify"
]
}
}