-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.22 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
80
{
"name": "angular-unlocked",
"version": "0.0.1",
"description": "A collection of AngularJS examples",
"homepage": "https://github.com/mtcrutch/unlocked",
"bugs": "https://github.com/mtcrutch/unlocked/issues",
"contributors": [
"Josh Kurz <[email protected]>",
"Matt Crutchfield <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/mtcrutch/unlocked"
},
"dist": "dist",
"scripts": {},
"dependencies": {
"angular": "1.4.x",
"angular-new-router": "0.5.x"
},
"devDependencies": {
"angular": "^1.4.0",
"angular-mocks": "1.4.x",
"angular2": "^2.0.0-alpha.25",
"connect": "3.3.x",
"del": "1.1.x",
"dgeni": "0.4.x",
"dgeni-packages": "0.10.x",
"es6-module-loader": "^0.9.2",
"firefox-profile": "0.3.4",
"googleapis": "1.0.x",
"gulp": "3.8.x",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "2.3.x",
"gulp-concat": "^2.5.2",
"gulp-concat-util": "0.5.x",
"gulp-imagemin": "2.2.x",
"gulp-inject": "^1.2.0",
"gulp-insert": "^0.4.0",
"gulp-jshint": "1.10.x",
"gulp-less": "3.0.x",
"gulp-livereload": "3.8.x",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "1.1.x",
"gulp-minify-html": "1.0.x",
"gulp-modify": "0.0.5",
"gulp-newer": "0.5.x",
"gulp-ng-annotate": "0.5.x",
"gulp-ng-html2js": "0.2.x",
"gulp-plumber": "^1.0.1",
"gulp-rename": "1.2.x",
"gulp-replace": "0.5.x",
"gulp-sourcemaps": "1.5.x",
"gulp-template": "3.0.x",
"gulp-traceur": "^0.17.1",
"gulp-tslint": "^3.0.1-beta",
"gulp-typescript": "^2.7.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "3.0.x",
"jshint-stylish": "1.0.x",
"karma": "0.12.x",
"karma-chrome-launcher": "0.1.x",
"karma-jasmine": "0.3.x",
"karma-phantomjs-launcher": "0.1.x",
"karma-source-map-support": "^1.0.0",
"lodash": "3.8.x",
"node-uuid": "1.4.x",
"reflect-metadata": "0.1.0",
"rx": "2.5.1",
"q": "^1.0.1",
"selenium-webdriver": "2.45.1",
"systemjs": "^0.9.1",
"traceur": "0.0.87",
"traceur-runtime": "0.0.59",
"typescript": "alexeagle/TypeScript#error_is_class",
"tslint": "^2.2.0-beta",
"which": "~1",
"zone.js": "0.5.0"
}
}