-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 916 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
{
"name": "nanocontent",
"version": "0.4.6",
"description": "read a directory of content into an object",
"main": "index.js",
"scripts": {
"test": "standard; ava"
},
"keywords": [],
"author": "Jon-Kyle <[email protected]> (http://jon-kyle.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jondashkyle/nanocontent/issues"
},
"homepage": "https://github.com/jondashkyle/nanocontent#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jondashkyle/nanocontent.git"
},
"dependencies": {
"glob": "^7.1.2",
"js-yaml": "^3.10.0",
"normalize-path": "^3.0.0",
"object-keys": "^1.0.11",
"object-values": "^2.0.0",
"pify": "^3.0.0",
"smarkt": "0.0.6",
"static-module": "^2.2.5",
"through2": "^2.0.3",
"xtend": "^4.0.1"
},
"devDependencies": {
"ava": "^0.25.0",
"standard": "^11.0.1"
}
}