-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.16 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
{
"name": "angular-point-tools",
"version": "2.3.7",
"description": "Build tools shared by angular-point projects.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scatcher/angular-point-tools.git"
},
"dependencies": {
"concat-stream": "^1.5.0",
"connect": "^3.4.0",
"connect-livereload": "^0.5.3",
"del": "^2.0.2",
"google-cdn-data": "latest",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-bump": "^1.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-google-cdn": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-load-utils": "^0.0.4",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-to-json": "^1.0.1",
"gulp-tslint": "^3.3.0",
"gulp-typescript": "^2.9.2",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"lazypipe": "^1.0.1",
"lodash": "^3.10.1",
"main-bower-files": "^2.9.0",
"opn": "^3.0.2",
"phantomjs": "^1.9.18",
"readable-stream": "^2.0.2",
"serve-index": "^1.7.2",
"serve-static": "^1.10.0",
"typescript": "^1.6.2",
"wrench": "^1.5.8"
},
"keywords": [
"angular-point",
"Angular",
"Gulp",
"TypeScript"
],
"author": "Scott Hatcher",
"license": "MIT",
"bugs": {
"url": "https://github.com/scatcher/angular-point-tools/issues"
},
"homepage": "https://github.com/scatcher/angular-point-tools"
}