-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 969 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
34
35
36
37
38
39
40
41
{
"name": "giggity",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/michalgm/giggity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/michalgm/giggity/issues"
},
"devDependencies": {
"bower-files": "^3.4.4",
"del": "^1.1.1",
"gulp-angular-templates": "0.0.1",
"gulp-concat": "^2.5.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.0.1",
"gulp-inject": "^1.1.1",
"gulp-load-plugins": "^0.8.1",
"gulp-merge": "^0.1.0",
"gulp-minify-css": "^0.4.6",
"gulp-ng-annotate": "^0.5.2",
"gulp-rev": "^3.0.1",
"gulp-uglify": "^1.1.0",
"main-bower-files": "^2.5.0",
"stream-series": "^0.1.1"
},
"dependencies": {
"bower": "^1.8.8",
"gulp": "^3.9.1",
"gulp-less": "^3.0.5",
"path": "^0.12.7"
}
}