forked from michaelbromley/angular-wordpress-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 944 Bytes
/
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
{
"name": "angular-wordpress-seed",
"version": "0.0.0",
"description": "An example Angular blog app for use with the Wordpress REST API.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-angular-templatecache": "^1.3.0",
"gulp-autoprefixer": "0.0.10",
"gulp-concat": "^2.3.4",
"gulp-flatten": "0.0.2",
"gulp-inject": "^1.0.1",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^1.0.0",
"gulp-ng-annotate": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-rimraf": "^0.1.0",
"gulp-uglify": "^1.0.0",
"gulp-util": "^3.0.1",
"gulp-wrap": "^0.3.0",
"merge-stream": "^0.1.5",
"q": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Bromley <[email protected]>",
"license": "MIT"
}