-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 2.67 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "angularjs-ionic-gulp-browserify-boilerplate",
"version": "1.0.0",
"author": "Brett Striker <[email protected]>",
"description": "Boilerplate using AngularJS, Ionic, SASS, Gulp, and Browserify while also utilizing best practices.",
"contributors": [{
"name": "Jake Marsh",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/StrikeForceZero/angularjs-ionic-gulp-browserify-boilerplate.git"
},
"keywords": [
"express",
"gulp",
"browserify",
"cordova",
"angular",
"sass",
"karma",
"jasmine",
"protractor",
"boilerplate"
],
"private": false,
"engines": {
"node": "~4.2.x"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"brfs": "^1.2.0",
"browser-sync": "^2.7.6",
"browserify": "^12.0.0",
"browserify-istanbul": "^0.2.1",
"browserify-ngannotate": "^2.0.0",
"browserify-shim": "^3.8.9",
"bulk-require": "^0.2.1",
"bulkify": "^1.1.1",
"cordova": "^5.4.1",
"debowerify": "^1.3.1",
"del": "^2.1.0",
"fs": "0.0.2",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.3.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.8.3",
"gulp-notify": "^2.0.0",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.1",
"imagemin-pngcrush": "^4.1.0",
"isparta": "^4.0.0",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.6",
"karma-sauce-launcher": "^0.3.0",
"merge-stream": "^1.0.0",
"pretty-hrtime": "^1.0.1",
"protractor": "^3.0.0",
"run-sequence": "^1.1.5",
"tiny-lr": "0.0.9",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test",
"webdriver-update": "./node_modules/.bin/webdriver-manager update",
"postinstall": "npm run webdriver-update"
},
"license": "MIT",
"browser": {
"angular": "./bower_components/angular/angular.js"
},
"browserify-shim": {
"angular": "angular"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}