-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
43
44
45
46
47
48
{
"name": "ng-device-detector",
"version": "5.1.4",
"devDependencies": {
"angular": "^1.6.7",
"angular-mocks": "^1.6.7",
"gulp": "~3.9.1",
"gulp-bump": "~2.7.0",
"gulp-concat": "~2.6.1",
"gulp-filter": "^5.0.1",
"gulp-git": "^2.0.1",
"gulp-karma": "0.0.5",
"gulp-tag-version": "~1.3.0",
"gulp-uglify": "~2.0.1",
"jasmine-core": "~2.5.2",
"karma": "~1.5.0",
"karma-jasmine": "^1.1.1",
"karma-nested-reporter": "^0.1.6",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "~2.1.7",
"standard-version": "^8.0.1",
"uglify-js": "^2.8.29"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"release": "node_modules/standard-version/bin/cli.js",
"publish-version": "(git push --follow-tags origin master) && (npm publish)"
},
"description": "Uses user-agent to set css classes or directly usable via JS.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/srfrnk/ng-device-detector.git"
},
"keywords": [
"angularjs"
],
"author": "srfrnk",
"license": "MIT",
"bugs": {
"url": "https://github.com/srfrnk/ng-device-detector/issues"
},
"homepage": "https://github.com/srfrnk/ng-device-detector",
"dependencies": {
"re-tree": "^0.1.7",
"ua-device-detector": "^1.1.1"
}
}