-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.41 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
{
"name": "angular-gulp-template",
"version": "0.0.0",
"description": "Starter template for an AngularJS+Angular-UI (bootstrap) project built with Gulp.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"coffee-script": "*",
"del": "*",
"express": "*",
"gulp": "*",
"gulp-angular-templatecache": "*",
"gulp-cached": "*",
"gulp-coffee": "*",
"gulp-coffeelint": "*",
"gulp-concat": "*",
"gulp-filesize": "*",
"gulp-flatten": "*",
"gulp-imagemin": "*",
"gulp-less": "*",
"gulp-less-sourcemap": "*",
"gulp-minify-css": "*",
"gulp-ng-annotate": "*",
"gulp-recess": "*",
"gulp-remember": "*",
"gulp-rename": "*",
"gulp-shell": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"jasmine-given": "*",
"protractor": "*",
"testem": "*",
"yargs": "*",
"gulp-jshint": "*",
"connect-livereload": "*",
"gulp-livereload": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/malcolmalex/angular-gulp-template.git"
},
"keywords": [
"angularJS",
"angular",
"gulp",
"angularUI"
],
"author": "Malcolm Alexander",
"license": "MIT",
"bugs": {
"url": "https://github.com/malcolmalex/angular-gulp-template/issues"
},
"homepage": "https://github.com/malcolmalex/angular-gulp-template"
}