-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 907 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ui-angular",
"version": "0.1.2",
"description": "My KISS - semantic-ui/angularJS library ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PD75/ui-angular.git"
},
"author": "Paul Dhillon",
"license": "MIT",
"bugs": {
"url": "https://github.com/PD75/ui-angular/issues"
},
"keywords": [
"angular",
"semantic-ui"
],
"homepage": "http://pd75.github.io/#/ui-angular",
"dependencies": {},
"devDependencies": {
"eslint": "*",
"eslint-config-angular": "*",
"eslint-plugin-angular": "*",
"gulp-angular-filesort": "*",
"gulp-concat": "*",
"gulp-eslint": "*",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "*",
"gulp-ng-annotate": "*",
"gulp-print": "*",
"gulp-rename": "*",
"gulp-uglify": "*"
}
}