-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
34 lines (34 loc) · 866 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": "suave-ui",
"version": "0.3.1",
"description": "UI Framework for AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/uoziod/suave-ui.git"
},
"author": {
"name": "Semyon Vyskubov",
"email": "sv@rv7.ru"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/uoziod/suave-ui/issues"
},
"homepage": "https://github.com/uoziod/suave-ui",
"devDependencies": {
"gulp": "~3.8.10",
"gulp-angular-templatecache": "~1.4.2",
"gulp-concat": "~2.4.2",
"gulp-connect": "^2.2.0",
"gulp-jade": "^0.10.0",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "~0.3.11",
"gulp-ng-annotate": "~0.4.1",
"gulp-notify": "~2.0.1",
"gulp-rename": "~1.2.0",
"gulp-sass": "~1.2.4",
"gulp-sourcemaps": "~1.2.8",
"gulp-uglify": "~1.0.2",
"main-bower-files": "^2.4.1"
}
}