-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
{
"name": "righto",
"version": "6.1.3",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test",
"coverage": "covert test",
"watchtest": "watchify -d test/index.js -o test/index.browser.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"abbott": "^1.1.3",
"setimmediate": "^1.0.5"
},
"devDependencies": {
"console-watch": "^1.0.2",
"covert": "^1.1.0",
"linklocal": "^2.5.2",
"tape": "^4.4.0",
"watchify": "^3.7.0"
},
"description": "Wana do some async stuff? Righto..",
"repository": {
"type": "git",
"url": "git+https://github.com/KoryNunn/righto.git"
},
"bugs": {
"url": "https://github.com/KoryNunn/righto/issues"
},
"homepage": "https://github.com/KoryNunn/righto#readme"
}