-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1007 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
39
40
41
{
"name": "observice",
"version": "1.1.0",
"description": "Fiddling with things",
"main": "src/observice,js",
"scripts": {
"commit": "git-cz",
"test": "mocha test/observice.test.js -w",
"test:single": "mocha test/observice.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jarhed/repoff.git"
},
"keywords": [
"observables",
"service"
],
"author": "Jared Tilston <[email protected]> (http://www.bulkpowders.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarhed/repoff/issues"
},
"homepage": "https://github.com/jarhed/repoff#readme",
"dependencies": {
"unique-random-array": "1.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"commitizen": "2.5.0",
"cz-conventional-changelog": "1.1.5",
"ghooks": "1.0.3",
"mocha": "2.4.5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": "npm run test:single"
}
}