-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 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
{
"name": "Scorecards.UI",
"description": "User Interface for Scorecards Application",
"version": "0.0.1",
"license": "proprietary",
"private": true,
"scripts": {},
"devDependencies": {
"async": "^1.3.0",
"bower-files": "^3.5.0",
"browser-sync": "^2.5.3",
"del": "^1.1.1",
"fs-extra": "^0.20.1",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.2.1",
"gulp-chmod": "^1.2.0",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-filter": "^2.0.2",
"gulp-htmlmin": "^1.1.1",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.6.0",
"gulp-jscs-stylish": "^1.1.0",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-collector": "^0.1.4",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.1.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"gulp-usemin": "^0.3.11",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"jasmine-core": "^2.2.0",
"jshint-stylish": "^2.0.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"require-dir": "^0.3.0",
"serve-static": "^1.10.0",
"wiredep": "^2.2.2"
}
}