-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 785 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": "just-pluck",
"version": "1.0.0",
"description": "simple pluck without the madness",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "standard index.js test/index.js",
"test": "covert test/index.js && npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/jarofghosts/just-pluck.git"
},
"keywords": [
"pluck",
"simple"
],
"author": "jesse keane <me@jessekeane.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarofghosts/just-pluck/issues"
},
"homepage": "https://github.com/jarofghosts/just-pluck",
"dependencies": {
"dotpather": "^1.0.0"
},
"devDependencies": {
"covert": "^1.1.0",
"standard": "^5.4.1",
"tape": "^4.4.0"
}
}