forked from OperationSpark/lodown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 785 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
{
"name": "lodown-austinbrown-opspark",
"version": "1.0.1",
"description": "An npm functional programming library project",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test command: istanbul cover _mocha -- test/ -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/austinbrown-opspark/lodown.git"
},
"keywords": [
"my",
"first",
"library"
],
"author": "austin",
"license": "ISC",
"bugs": {
"url": "https://github.com/austinbrown-opspark/lodown/issues"
},
"homepage": "https://github.com/austinbrown-opspark/lodown#readme",
"devDependencies": {
"chai": "^4.2.0",
"i": "^0.3.6",
"istanbul": "^0.4.5",
"mocha": "^7.1.1",
"sinon": "^9.0.2"
}
}