forked from fkei/sua.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 965 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
35
36
37
38
39
40
41
{
"name": "sua.js",
"version": "0.9.8",
"description": "Simple user agent detection library.",
"license": "MIT",
"keywords": [
"browser"
],
"scripts": {
"test": "mocha tests/*.js"
},
"homepage": "https://github.com/fkei/sua.js",
"bugs": {
"email": "kei.topaz@gmail.com",
"url": "https://github.com/fkei/sua.js/issues"
},
"author": {
"name": "Kei Funagayama",
"email": "kei.topaz@gmail.com",
"url": "https://github.com/fkei"
},
"repository": {
"type": "git",
"url": "git@github.com:fkei/sua.js.git"
},
"dependencies": {
"uglify-js": "*"
},
"devDependencies": {
"mocha": ">=1.0.1",
"chai": ">=1.8.0",
"should": ">=0.6.1",
"underscore": ">=1.8.3",
"jshint": ">=0.7.0"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.5.0"
},
"main": "./sua.js"
}