-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 781 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
39
{
"name": "tensify",
"version": "0.0.4",
"description": "Convert verbs from present to past tense",
"main": "src/inflector.js",
"directories": {
"test": "test"
},
"dependencies": {
"natural": "~0.1.25",
"symbols": "0.0.6"
},
"devDependencies": {
"mocha": "~1.17.1",
"should": "~3.1.2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/boo1ean/tensify.git"
},
"keywords": [
"verbs",
"past",
"present",
"tense",
"tenses",
"inflector",
"inflect"
],
"author": "Egor Gumenyuk <boo1ean0807@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boo1ean/tensify/issues"
},
"homepage": "https://github.com/boo1ean/tensify"
}