-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
42
{
"name": "angular-identicon",
"version": "0.1.18",
"description": "angular wrapper for github like identicons",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/kether667/angular-identicon.git"
},
"keywords": [
"angular",
"identicon"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/kether667/angular-identicon/issues"
},
"homepage": "https://github.com/kether667/angular-identicon",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "2.5.2",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.4",
"gulp-gzip": "1.1.0",
"gulp-html2js": "0.2.0",
"gulp-jshint": "1.11.0",
"gulp-less": "3.0.3",
"gulp-ng-annotate": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.5.2",
"gulp-sync": "0.1.4",
"gulp-uglify": "1.2.0",
"gulp-util": "^3.0.5",
"jshint-stylish": "2.0.0",
"run-sequence": "^1.1.0"
}
}