-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 917 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
{
"name": "angular-uikit",
"title": "AngularJS and UIkit",
"description": "Angular directives for UIkit front-end framework. Easily integrate all UIkit Components into your AngularJS project.",
"version": "0.0.1",
"author": {
"name": "Orestis Ioakeimidis",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:orestisioakeimidis/angular-uikit.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/orestisioakeimidis/angular-uikit/blob/master/LICENSE"
}
],
"scripts": {
"postinstall": "bower install"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^1.2.1",
"gulp-inject": "^1.0.2",
"gulp-load-plugins": "^0.7.1",
"gulp-plumber": "^0.6.6",
"main-bower-files": "^2.4.0",
"run-sequence": "^1.0.1"
}
}