This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "boomerang",
"version": "2.3.0",
"description": "GDG chapter boilerplate that feeds from DevSite and Google+ using AngularJS and Angular Material.",
"main": "index.html",
"scripts": {
"start": "http-server -o",
"build:dev": "gulp default",
"build:prod": "gulp prod",
"test": "gulp karma",
"postinstall": "bower install",
"update": "npm-check -u -E"
},
"repository": {
"type": "git",
"url": "https://github.com/gdg-x/boomerang.git"
},
"keywords": [
"gdg",
"angular",
"bootstrap",
"boomerang"
],
"author": "GDG-X",
"license": "Apache-2.0",
"engines": {
"node": ">= 0.12 <= 10",
"npm": ">= 2.1"
},
"bugs": {
"url": "https://github.com/gdg-x/boomerang/issues"
},
"homepage": "https://github.com/gdg-x/boomerang",
"devDependencies": {
"bower": "1.8.8",
"browserify": "16.5.0",
"del": "~1.2.1",
"gulp": "3.9.1",
"gulp-angular-filesort": "^1.2.1",
"gulp-concat": "^2.6.1",
"gulp-file": "0.4.0",
"gulp-inject": "3.0.0",
"gulp-ng-annotate": "1.1.0",
"gulp-sourcemaps": "1.2.8",
"gulp-uglify": "1.5.1",
"http-server": "^0.11.1",
"jasmine-core": "2.4.1",
"karma": "4.3.0",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.2.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-safari-launcher": "1.0.0",
"main-bower-files": "^2.13.3",
"npm-check": "^5.9.0",
"phantomjs-prebuilt": "2.1.16",
"protractor": "~5.4.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "1.1.0"
}
}