-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 964 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": "react-wakelock",
"version": "0.0.4",
"description": "a React component that keeps the browser/smartphone awake (aka. \"no sleep\")",
"repository": {
"type": "git",
"url": "git+https://github.com/jampy/react-wakelock.git"
},
"bugs": {
"url": "https://github.com/jampy/react-wakelock/issues"
},
"homepage": "https://github.com/jampy/react-wakelock#readme",
"main": "./dist/index.js",
"dependencies": {
},
"peerDependencies": {
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-react": "^6.16.0"
},
"scripts": {
"build": "sh scripts/build.sh",
"prepublish": "npm run build",
"test": "true"
},
"keywords": [
"react-component",
"react",
"wake lock",
"no sleep"
],
"author": "Udo Giacomozzi <[email protected]>",
"license": "MIT"
}