This repository was archived by the owner on May 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.99 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.99 KB
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
{
"name": "cpp-ui-spa-master",
"version": "0.0.1",
"description": "Common Platform Project",
"author": "Fabio Tisci",
"devDependencies": {
"browser-sync": "^2.10.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-htmlify": "^2.3.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-arialinter": "0.0.1",
"gulp-autoprefixer": "^2.3.0",
"gulp-cached": "^1.1.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.1.1",
"gulp-html-angular-validate": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^4.0.0",
"gulp-sass": "^2.0.1",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-wrap": "^0.11.0",
"install": "^0.4.0",
"jasmine-sinon": "^0.4.0",
"jshint-stylish": "^1.0.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"lazypipe": "^0.2.3",
"main-bower-files": "^2.8.0",
"map-stream": "0.0.6",
"merge-stream": "^0.1.7",
"npm": "^3.5.0",
"open": "0.0.5",
"protractor": "^3.1.1",
"run-sequence": "^1.1.0",
"sinon": "^1.15.3",
"stream-series": "^0.1.1",
"through2": "^0.6.5",
"wiredep": "^2.2.2",
"wrench": "^1.5.8",
"yargs": "^3.30.0"
},
"dependencies": {
"phantomjs": "1.9.18"
},
"scripts": {
"test": "test"
}
}