forked from the-darc/angular-useragent-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 955 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-useragent-parser",
"version": "0.1.0",
"description": "AngularJS Constant for dependency injection of UAParser.js (whithout registering it in the global scope)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/the-darc/angular-useragent-parser.git"
},
"keywords": [
"useragent",
"UAParser",
"angular"
],
"author": "the-darc <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/the-darc/angular-useragent-parser/issues"
},
"homepage": "https://github.com/the-darc/angular-useragent-parser",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1"
}
}