This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
97 lines (97 loc) · 2.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
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
{
"name": "angularjs-ee-boilerplate",
"version": "2.0.0",
"private": true,
"description": "angularjs enterprise edition boilerplate",
"keywords": [
"angular.js",
"javascript",
"boilerplate",
"requirejs",
"gulp"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/the-front/angularjs-ee-boilerplate.git"
},
"bugs": {
"url": "https://github.com/the-front/angularjs-ee-boilerplate/issues"
},
"contributors": [
"Arlindo Pereira Jr. <[email protected]>",
"Erko Bridee de Almeida Cabrera <[email protected]>",
"Janderson Fernandes Cardoso <[email protected]>",
"Jota Feldmann <[email protected]>",
"Mario de Souza Junior <[email protected]>",
"Vinicius Camara de Oliveira <[email protected]>"
],
"engines": {
"node": ">= 4.2.5"
},
"scripts": {
"outdated": "npm outdated --depth=0",
"setup": "node tools/scripts/setup",
"testos": "node tools/scripts/testos",
"prestart": "npm run setup",
"start": "echo \"start development\n\" && gulp"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"escodegen": "^1.8.0",
"esprima": "^2.7.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-debug": "^2.1.2",
"gulp-filter": "^3.0.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject-string": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-lintspaces": "^0.4.1",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"http-proxy-middleware": "^0.11.0",
"inquirer": "^0.12.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.5",
"lazypipe": "^1.0.1",
"lodash": "^4.5.1",
"moment": "^2.11.2",
"open": "0.0.5",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4",
"q": "^1.4.1",
"q-io": "^1.13.2",
"requirejs": "^2.1.22",
"run-sequence": "^1.1.5",
"through2": "^2.0.1",
"yargs": "^4.2.0"
}
}