-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
44
45
46
47
48
49
50
{
"name": "bitship",
"version": "0.3.0",
"description": "a-chrome-extension-that-updates-the-bitbucket-pull-request-page-ui-according-to-the-codeship-build-status",
"main": "index.js",
"keywords": [
"chrome",
"extension",
"codeship",
"bitbucket"
],
"author": {
"name": "Gion",
"email": "[email protected]",
"url": "https://careers.stackoverflow.com/gion"
},
"scripts": {
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release"
},
"license": "MIT",
"devDependencies": {
"browserify": "^7.0.2",
"del": "^1.1.0",
"glob": "^4.3.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.9.0",
"gulp-json-transform": "^0.2.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.0.2",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^3.0.0",
"gulp-zip": "^2.0.2",
"jshint-stylish": "^1.0.0",
"less-plugin-autoprefix": "^1.0.1",
"less-plugin-clean-css": "^1.2.0",
"minimist": "^1.1.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
}
}