-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
40
41
42
43
44
45
46
47
48
{
"name": "datedog",
"version": "1.0.0",
"description": "",
"main": "./lib/index.js",
"bin": {
"datedog": "./bin/cli.js"
},
"dependencies": {
"commander": "^2.11.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"codecov": "^2.3.0",
"istanbul": "^0.4.5",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-should": "^1.0.0",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"rewire": "^2.5.2",
"should": "^12.0.0",
"webpack": "^3.5.6"
},
"scripts": {
"test": "mocha",
"codecov": "istanbul cover _mocha && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzichi/datedog.git"
},
"keywords": [],
"author": "hanzichi",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanzichi/datedog/issues"
},
"homepage": "https://github.com/hanzichi/datedog#readme"
}