-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 991 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
{
"name": "colorbucket-chrome-extension",
"version": "1.0.0",
"description": "save the colors that you ♥",
"main": "index.js",
"authors": [
{
"name": "Gabriel Age",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Colorbucket/chrome-extension.git"
},
"bugs": {
"url": "https://github.com/Colorbucket/chrome-extension.git/issues"
},
"license": "MIT",
"scripts": {
"test": "",
"serve": "serve ./build",
"start": "npm-run-all --parallel serve dev",
"build": "gulp",
"dev": "gulp dev"
},
"dependencies": {
"axios": "^0.16.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-wait": "0.0.2",
"npm-run-all": "^4.0.2",
"serve": "^6.0.2",
"streamqueue": "^1.1.1"
}
}