-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 803 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 803 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": "manner-folder",
"version": "4.3.1",
"engines": {
"node": ">=8.9.4"
},
"description": "Create resource tree from folder structure",
"main": "index.js",
"scripts": {
"example:prod": "NODE_ENV=production node examples/index.js",
"example:dev": "NODE_ENV=development node examples/index.js",
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tether/manner-folder.git"
},
"keywords": [
"manner",
"resource",
"web",
"api",
"tree"
],
"author": "Olivier Wietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/tether/manner-folder/issues"
},
"homepage": "https://github.com/tether/manner-folder#readme",
"devDependencies": {
"tape": "*",
"manner": "*"
}
}