-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 940 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
{
"name": "mozilla-support-onboarding",
"version": "1.0.0",
"description": "Mozilla Support Onboarding prototype",
"author": "Cynthia Pereira",
"license": "MPL-2.0",
"homepage": "https://github.com/cynthiapereira/mozilla-support-onboarding",
"repository": {
"type": "git",
"url": "https://github.com/cynthiapereira/mozilla-support-onboarding.git"
},
"bugs": {
"url": "https://github.com/cynthiapereira/mozilla-support-onboarding/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"keywords": [
"mozilla",
"community",
"support",
"onboarding"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^1.1.0",
"gulp-imagemin": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"gulp-webserver": "^0.9.1",
"opn": "^4.0.2"
}
}