forked from gdg-x/boomerang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "boomerang",
"version": "2.2.0",
"description": "GDG chapter boilerplate that feeds from DevSite and Google+ using AngularJS and Angular Material.",
"main": "index.html",
"scripts": {
"start": "http-server -o",
"test": "gulp karma",
"postinstall": "bower install",
"buildProd": "gulp prod"
},
"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",
"npm": ">= 2.1"
},
"bugs": {
"url": "https://github.com/gdg-x/boomerang/issues"
},
"homepage": "https://github.com/gdg-x/boomerang",
"devDependencies": {
"bower": "1.7.9",
"browserify": "12.0.1",
"del": "0.1.3",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-concat": "2.4.1",
"gulp-file": "0.2.0",
"gulp-inject": "3.0.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "1.12.0",
"gulp-ng-annotate": "1.1.0",
"gulp-sourcemaps": "1.2.8",
"gulp-uglify": "1.5.1",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "1.0.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-safari-launcher": "1.0.0",
"main-bower-files": "2.13.1",
"phantomjs-prebuilt": "2.1.7",
"protractor": "3.3.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}