-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 768 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 768 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
36
37
38
{
"name": "texts",
"version": "0.8.0",
"description": "TextJSON for Node",
"keywords": [
"text",
"markdown",
"json"
],
"author": "Fedor Sheremetyev <sheremetyev@gmail.com>",
"contributors": [
],
"licenses": [
{
"type": "Apache",
"url": "http://github.com/sheremetyev/texts.js/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sheremetyev/texts.js"
},
"main": "./lib/texts.js",
"bin": "./bin/texts.js",
"preferGlobal": true,
"dependencies": {
"nopt": "1.0.x",
"pegjs": "0.7.x",
"walkdir": "*",
"through": "~2.1.0"
},
"devDependencies": {
"tests": "0.4.x"
},
"scripts": {
"test": "node node_modules/tests/bin/tests.js test"
}
}