-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.01 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
{
"name": "angular-app-seed",
"version": "0.0.3",
"description": "Angular App seed including Gulp, ES6 support, angularJS 1.5, Browserify, Sass, Express mock server etc.",
"main": "app.js",
"scripts": {
"clean": "rimraf *.log *.pid",
"prestart": "npm install && npm update",
"release": "npm run prestart && gulp prod",
"start": "gulp",
"stop": "npm run clean",
"test": "gulp build-test",
"test:watch": "gulp build-test:watch",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eikishi01/angular-gulp-browserify-es6-sass-mocks.git"
},
"keywords": [
"AngularJS",
"Browserify",
"ES6",
"Express",
"Gulp",
"SASS"
],
"author": "Jesus Manuel Picado Herrera",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/eikishi01/angular-gulp-browserify-es6-sass-mocks/issues"
},
"homepage": "https://github.com/eikishi01/angular-gulp-browserify-es6-sass-mocks#readme",
"devDependencies": {
"babel-core": "6.x",
"babel-preset-env": "1.x",
"babel-preset-es2015": "6.x",
"babelify": "8.x",
"body-parser": "1.x",
"browserify": "16.x",
"browserify-istanbul": "3.x",
"chai": "4.x",
"connect-fonts-roboto": "0.x",
"connect-fonts-robotocondensed": "0.x",
"connect-livereload": "0.x",
"del": "3.x",
"dummy-json": "2.x",
"eslint": "4.x",
"express": "4.x",
"gulp": "3.x",
"gulp-autoprefixer": "5.x",
"gulp-clean-css": "3.x",
"gulp-concat": "2.x",
"gulp-eslint": "4.x",
"gulp-if": "2.x",
"gulp-livereload": "3.x",
"gulp-load-plugins": "1.x",
"gulp-markdown": "2.x",
"gulp-nodemon": "2.x",
"gulp-replace": "0.x",
"gulp-sass": "3.x",
"gulp-sourcemaps": "2.x",
"gulp-streamify": "1.x",
"gulp-uglify": "3.x",
"gulp-util": "3.x",
"gulp-wrap": "0.x",
"istanbul": "0.x",
"jasmine-core": "3.x",
"karma": "2.x",
"karma-browserify": "5.x",
"karma-chai": "0.x",
"karma-chrome-launcher": "2.x",
"karma-coverage": "1.x",
"karma-jasmine": "1.x",
"karma-mocha": "1.x",
"karma-phantomjs-launcher": "1.x",
"karma-sinon": "1.x",
"karma-spec-reporter": "0.x",
"mocha": "5.x",
"partialify": "3.x",
"phantomjs-prebuilt": "2.x",
"protractor": "5.x",
"rimraf": "2.x",
"run-sequence": "2.x",
"sinon": "4.x",
"stringify": "5.x",
"vinyl-buffer": "1.x",
"vinyl-source-stream": "2.x",
"watchify": "3.x"
},
"dependencies": {
"@uirouter/angularjs": "1.x",
"angular": "1.x",
"angular-animate": "1.x",
"angular-mocks": "1.x",
"babel-polyfill": "^6.26.0",
"jquery": "3.x",
"normalize.css": "8.x"
}
}