-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.34 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.34 KB
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
81
{
"name": "angular2One-seed",
"private": true,
"version": "0.0.0",
"description": "Seed for angularjs 1.x project written in atScript with angular 2 annotations",
"dependencies": {
"requirejs": "^2.1.15",
"router": "git://github.com/angular/router#master",
"angular2": "git://github.com/angular/angular#master",
"traceur": "^0.0.79"
},
"devDependencies": {
"assert": "angular/assert#dist",
"amd-optimize" : "^0.4.2",
"amdefine": ">=0.1.0",
"bower-requirejs" : "^1.1.2",
"browser-sync": "^1.8.2",
"chalk":"^0.5.1",
"del": "^1.1.1",
"escape-regexp": "0.0.1",
"event-stream":"^3.2.1",
"falafel": "^0.3.1",
"gulp": "^3.8.10",
"gulp-add-src": "^0.2.0",
"gulp-connect": "^2.2.0",
"gulp-concat": "^2.4.3",
"gulp-coveralls" : "git://github.com/mlb6/gulp-coveralls#master",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "^0.2.4",
"gulp-csso": "^0.2.9",
"gulp-debug" : "^2.0.0",
"gulp-filter": "^2.0.0",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.3",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.0",
"gulp-karma": "^0.0.4",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.3",
"gulp-ng-annotate": "^0.4.3",
"gulp-ng-html2js": "^0.1.6",
"gulp-order": "^1.1.1",
"gulp-protractor": "^0.0.12",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.0",
"gulp-rev-collector": "^0.1.2",
"gulp-sass": "^1.2.4",
"gulp-size": "^1.1.0",
"gulp-sourcemaps":"^1.3.0",
"gulp-traceur": "^0.15.0",
"gulp-uglify": "^1.0.0",
"gulp-useref": "^1.0.0",
"gulp-util" : "3.0.1",
"http-proxy": "^1.3.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "~0.1",
"karma-coverage": "0.2.7",
"karma-jasmine": "^0.3.2",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^0.2.9",
"karma-traceur-preprocessor": "^0.4.0",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.0.0",
"minimist":"^1.1.0",
"protractor": "^1.4.0",
"require-dir": "^0.1.0",
"through2": "^0.6.3",
"uglify-save-license": "^0.4.1"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run"
},
"engines": {
"node": ">=0.10.0"
}
}