forked from ClickerMonkey/SemanticUI-Angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 661 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 661 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
{
"name": "SemanticUI-Angular",
"version": "1.0.0",
"description": "Angular Directives for Semantic UI",
"author": "Philip Diffenderfer",
"license": "proprietary",
"repository": {
"type": "git",
"url": "git://github.com/ClickerMonkey/SemanticUI-Angular.git"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.4.3",
"gulp-imagemin": "^2.1.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.4"
}
}