This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.86 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
{
"name": "ngmgulp",
"version": "0.0.1",
"description": "AngularJS modular builds",
"keywords": [
"angularjs",
"ngm",
"build"
],
"author": "Raymond Tijhaar",
"license": "MIT",
"devDependencies": {
"async": "~0.7.0",
"bower": "^1.3.5",
"chalk": "~0.4.0",
"event-stream": "~3.1.2",
"from": "~0.1.3",
"glob": "~3.2.9",
"gulp": "~3.6.0",
"gulp-angular-gettext": "~0.3.1",
"gulp-angular-injector": "~0.5.0",
"gulp-angular-templatecache": "~1.1.2",
"gulp-cached": "0.0.3",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.2.0",
"gulp-debug": "~0.3.0",
"gulp-if": "~1.1.0",
"gulp-imagemin": "~0.6.0",
"gulp-insert": "~0.3.0",
"gulp-jade": "~0.5.0",
"gulp-js-prettify": "~0.1.0",
"gulp-karma": "0.0.4",
"gulp-livereload": "~1.5.0",
"gulp-minify-css": "~0.3.4",
"gulp-plumber": "~0.6.1",
"gulp-protractor": "0.0.7",
"gulp-remember": "^0.2.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "~0.7.1",
"gulp-shell": "^0.2.5",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"gulp-wrap": "~0.3.0",
"jasmine-given": "~2.6.2",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.4",
"karma-coffee-preprocessor": "~0.2.1",
"karma-jasmine": "~0.1.5",
"lodash": "~2.4.1",
"protractor": "~0.24.1",
"remove": "~0.1.5",
"streamqueue": "0.0.6",
"through": "~2.3.4",
"through2": "~0.4.1"
},
"dependencies": {
"coffee-script": "~1.7.1",
"gulp-coffee": "~1.4.1",
"through": "~2.3.4",
"underscore.string": "~2.3.3",
"lodash": "~2.4.1",
"express": "~4.1.1",
"architect": "~0.1.11",
"bluebird": "~1.2.4",
"yargs": "~1.2.1",
"loopback-datasource-juggler": "~2.0.0-beta2",
"loopback": "~2.0.0-beta5",
"loopback-boot": "~2.0.0-beta1",
"errorhandler": "~1.1.1",
"loopback-explorer": "~1.1.1"
}
}