-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
93 lines (93 loc) · 2.64 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
{
"name": "Computer-database-training",
"description": "AngularJS client for computer-database API",
"version": "0.0.1",
"scripts": {
"init": "npm install",
"install": "bower install && gulp typings",
"build": "gulp",
"serve": "gulp serve",
"serve:dist": "gulp serve:dist",
"test": "gulp test",
"test:auto": "gulp test:auto",
"bower": "bower"
},
"devDependencies": {
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2017": "^6.16.0",
"bower": "^1.7.9",
"browser-sync": "^2.9.11",
"browser-sync-spa": "^1.0.3",
"chai": "^3.5.0",
"chai-sinon": "^2.8.1",
"del": "^2.0.2",
"eslint": "^3.6.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.4.1",
"event-stream": "~3.3.2",
"fs-extra": "^0.30.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.2.0",
"gulp-changed": "^1.3.2",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-hub": "^0.8.0",
"gulp-imagemin": "^3.0.1",
"gulp-inject": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.1",
"gulp-md5": "^0.1.2",
"gulp-merge-json": "^0.6.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^7.0.0",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^1.4.2",
"gulp-useref": "^3.0.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"imagemin-pngquant": "^5.0.0",
"install": "^0.8.2",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^0.5.3",
"karma-es6-shim": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-html-reporter": "^0.2.7",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.1.2",
"karma-sinon": "^1.0.5",
"merge-stream": "^1.0.0",
"mocha": "^3.2.0",
"node-notifier": "^4.6.0",
"npm": "^3.10.9",
"phantomjs": "^2.1.7",
"sinon": "^1.17.7",
"tslint": "^4.0.2",
"typescript": "^2.0.10",
"typings": "^1.0.4",
"uglify-save-license": "^0.4.1",
"wiredep": "^4.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}