forked from lrsjng/ghor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 900 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
{
"name": "ghor",
"version": "0.4.0",
"description": "Dependency injection tool.",
"homepage": "https://larsjung.de/ghor/",
"bugs": "https://github.com/lrsjng/ghor/issues",
"author": "Lars Jung <[email protected]> (https://larsjung.de)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/ghor.git"
},
"main": "dist/ghor.min.js",
"scripts": {
"lint": "eslint .",
"test": "node test",
"cover": "isparta cover --dir coverage --report text --report html test",
"check": "npm run -s lint && npm run -s test",
"build": "node ghu release",
"precommit": "npm run -s check && npm run -s build"
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"eslint": "3.1.1",
"isparta": "4.0.0",
"scar": "0.14.0",
"ghu": "0.7.0"
},
"engines": {
"node": ">=6.0.0"
}
}