-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 952 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
37
{
"name": "definer",
"description": "Easiest module system",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/tenorok/definer.git"
},
"author": {
"name": "Artem Kurbatov",
"email": "[email protected]",
"homepage": "http://tenorok.ru"
},
"license": "MIT",
"dependencies": {
"vow": "~0.3.11",
"walk": "~2.2.1",
"graceful-fs": "~2.0.1",
"underscore": "~1.5.2",
"commander": "~2.1.0",
"cli-color": "~0.2.3",
"moment": "~2.5.1"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jsdoc": "3.3.0-alpha8"
},
"main": "main.js",
"bin": {
"definer": "./bin/definer"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list test/ test/maker/",
"jsdoc": "./node_modules/.bin/jsdoc -d jsdoc maker.js"
}
}