-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "boomerang",
"version": "2.0.6",
"description": "GDG chapter boilerplate that feeds from DevSite and Google+ using AngularJS and Angular Material.",
"main": "index.html",
"scripts": {
"start": "http-server -o",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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.10",
"npm": ">= 2.1"
},
"bugs": {
"url": "https://github.com/gdg-x/boomerang/issues"
},
"homepage": "https://github.com/gdg-x/boomerang",
"devDependencies": {
"browserify": "^6.2.0",
"del": "^0.1.3",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.4.1",
"gulp-file": "^0.2.0",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-ng-annotate": "^0.3.4",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"main-bower-files": "^2.7.0",
"protractor": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}