This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
73 lines (73 loc) · 2.07 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
{
"name": "app",
"description": "Sample application making use of The JavaScript Open Application Standard Platform",
"author": "The OASP Team",
"version": "0.0.1",
"dependencies": {
"connect": "3.4.0"
},
"devDependencies": {
"browser-sync": "2.7.13",
"chalk": "1.1.0",
"coveralls": "2.11.2",
"del": "1.2.0",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-filter": "2.0.2",
"gulp-flatten": "0.1.0",
"gulp-git": "1.2.4",
"gulp-if": "1.2.5",
"gulp-imagemin": "2.3.0",
"gulp-inject": "1.3.1",
"gulp-insert": "0.4.0",
"gulp-jshint": "1.11.2",
"gulp-karma": "0.0.4",
"gulp-less": "3.0.3",
"gulp-load-plugins": "0.10.0",
"gulp-plumber": "1.0.1",
"gulp-minify-css": "1.2.0",
"gulp-minify-html": "1.0.3",
"gulp-newer": "0.5.1",
"gulp-ng-annotate": "1.0.0",
"gulp-ng-templates": "0.0.6",
"gulp-processhtml": "1.1.0",
"gulp-protractor": "1.0.0",
"gulp-replace": "0.5.3",
"gulp-env": "0.2.0",
"gulp-rev": "5.1.0",
"gulp-size": "1.2.3",
"gulp-sonar": "1.0.3",
"gulp-sourcemaps": "1.5.2",
"gulp-sync": "0.1.4",
"gulp-uglify": "1.2.0",
"gulp-usemin": "0.3.11",
"gulp-util": "3.0.6",
"gulp.spritesmith": "3.8.2",
"http-proxy": "1.11.1",
"jasmine-core": "2.3.4",
"jshint-stylish": "2.0.1",
"karma": "0.12.37",
"karma-chrome-launcher": "0.2.0",
"karma-coverage": "0.4.2",
"karma-jasmine": "0.3.6",
"karma-junit-reporter": "0.3.3",
"karma-phantomjs-launcher": "0.2.0",
"lodash": "3.10.0",
"main-bower-files": "2.9.0",
"phantomjs": "1.9.17",
"protractor": "2.1.0",
"require-dir": "0.3.0",
"string": "3.3.0",
"through2": "2.0.0",
"uglify-save-license": "0.4.1",
"wiredep": "2.2.2",
"yargs": "3.15.0",
"glob": "5.0.14",
"ng-parse-module": "0.1.0"
},
"engine": "node >= 0.10.0",
"scripts": {
"postinstall": "bower install -F -–allow-root",
"test": "gulp test"
}
}