forked from piumosso/UserStory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 847 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
38
{
"name": "user-story",
"version": "0.0.8",
"description": "Clientside logger",
"author": {
"name": "Artem Golikov",
"email": "[email protected]",
"url": "http://piumosso.ru"
},
"repository": {
"type": "git",
"url": "https://github.com/piumosso/UserStory.git"
},
"keywords": [
"UserStory",
"logger"
],
"bugs": {
"url": "https://github.com/piumosso/UserStory/issues"
},
"license": "MIT",
"main": "./lib/UserStory",
"bin": {
"us": "./bin/us"
},
"scripts": {
"test": "jasmine-node specs"
},
"dependencies": {
"underscore": "*",
"commander": "2.1.0"
},
"devDependencies": {
"jasmine-node": "*",
"istanbul": "0.2.4",
"coveralls": "2.7.1"
}
}