-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 906 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
{
"name": "browserdom",
"license": "MIT",
"version": "2.1.0",
"description": "Get browser environment info and print it in the DOM.",
"repository": "https://github.com/barcia/browserdom",
"bugs": "https://github.com/barcia/browserdom/issues",
"author": "Iván Barcia <[email protected]> (https://barcia.dev)",
"browser": "./dist/browserdom.min.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"rollup": "^1.8.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-terser": "^4.0.4"
},
"keywords": [
"js",
"javascript",
"browser",
"browserdom",
"explorer",
"data",
"info",
"sniffer",
"details",
"dom"
]
}