forked from SirSeim/Deeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.34 KB
/
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
39
40
41
{
"name": "deeg",
"version": "0.0.0",
"description": "The night is darkest just before the dawn. And I promise you, the dawn is coming.",
"main": "deeg.coffee",
"scripts": {
"test": "mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul 'test/**/*.coffee' && istanbul report text-summary lcov",
"coffeelint": "$(npm bin)/coffeelint $(npm bin)/../../",
"report": "istanbul report",
"report-summary": "istanbul report text-summary lcov",
"codecov": "mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul 'test/**/*.coffee' && istanbul report && codecov",
"rm-js": "find . -name '*.js' -type f -delete"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SirSeim/Deeg.git"
},
"keywords": [
"Deeg"
],
"author": "SirSeim <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/SirSeim/Deeg/issues"
},
"homepage": "https://github.com/SirSeim/Deeg#readme",
"dependencies": {
"byline": "^4.2.1",
"coffee-script": "^1.10.0",
"xregexp": "^3.0.0",
"yargs": "^4.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^1.0.1",
"coffee-coverage": "^1.0.1",
"coffeelint": "^1.14.2",
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
}
}