forked from invertase/rdash-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 747 Bytes
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
{
"name": "rdash-angular",
"version": "0.0.1",
"author": "Elliot Hesp",
"contributors": [
"Leonel Samayoa <leonel.e.samayoa@gmail.com> (http://gobliip.com)",
"Ricardo Pascua <rdpascua@outlook.com>"
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install"
},
"devDependencies": {
"bower": "^1.3.9",
"gulp": "~3.8.0",
"gulp-connect": "^2.0.6",
"gulp-usemin": "^0.3.7",
"gulp-watch": "^0.6.9",
"gulp-wrap": "^0.3.0",
"gulp-minify-css": "^0.3.8",
"gulp-uglify": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-less": "^1.3.6",
"gulp-rename": "^1.2.0",
"gulp-minify-html": "^0.1.6"
}
}