-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 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
49
50
{
"name": "light-levels",
"version": "2.2.0",
"description": "A polyfill for the light-levels media query",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"prepublishOnly": "npm run build",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"nwb": "0.23.0",
"prettier": "^1.19.1"
},
"author": "David Berner <[email protected]>",
"homepage": "https://davidberner.co.uk",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DaveOrDead/light-levels.git"
},
"bugs": {
"url": "https://github.com/DaveOrDead/light-levels/issues"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"light levels",
"light-level",
"media",
"devicelight",
"Ambient Light Sensor"
]
}