forked from oasp/oasp4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
{
"name": "oasp-js-sample",
"description": "Sample application making use of The JavaScript Open Application Standard Platform",
"author": "The OASP Team",
"version": "0.0.1",
"dependencies": {
"connect": "3.3.3"
},
"devDependencies": {
"browser-sync": "~1.8.1",
"chalk": "~0.5.1",
"coveralls": "^2.11.2",
"del": "^1.1.1",
"gulp": "~3.8.10",
"gulp-concat": "^2.4.2",
"gulp-filter": "~1.0.2",
"gulp-flatten": "~0.0.4",
"gulp-git": "^0.5.6",
"gulp-if": "^1.2.5",
"gulp-imagemin": "~2.0.0",
"gulp-inject": "~1.0.2",
"gulp-insert": "0.4.0",
"gulp-jshint": "~1.9.0",
"gulp-karma": "~0.0.4",
"gulp-less": "~1.3.6",
"gulp-load-plugins": "~0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "~0.1.7",
"gulp-newer": "^0.5.0",
"gulp-ng-annotate": "~0.3.6",
"gulp-ng-templates": "0.0.5",
"gulp-processhtml": "^1.0.2",
"gulp-protractor": "~0.0.11",
"gulp-replace": "~0.5.0",
"gulp-rev": "~2.0.1",
"gulp-size": "~1.1.0",
"gulp-sonar": "^1.0.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-sync": "^0.1.4",
"gulp-uglify": "~1.0.1",
"gulp-usemin": "^0.3.8",
"gulp-util": "^3.0.1",
"gulp.spritesmith": "^2.4.0",
"http-proxy": "~1.7.0",
"jshint-stylish": "~1.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "0.2.6",
"karma-jasmine": "~0.3.1",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "^3.0.0",
"main-bower-files": "~2.4.0",
"protractor": "~1.4.0",
"require-dir": "~0.1.0",
"string": "^3.0.0",
"through2": "~0.4.1",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.0",
"yargs": "^1.3.3"
},
"engine": "node >= 0.10.0",
"scripts": {
"postinstall": "bower install -F",
"test": "gulp test"
}
}