-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 964 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
{
"name": "escher-request-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --harmony --require co-mocha $(find . -name \"*.spec.js\" -not -path \"./node_modules/*\")",
"code-style": "jscs $(find . -name \"*.js\" -not -path \"./node_modules/*\")"
},
"pre-commit": [
"code-style"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Valetudox/escher-request-js.git"
},
"author": "Viktor Somodi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Valetudox/escher-request-js/issues"
},
"devDependencies": {
"chai": "2.1.0",
"chai-as-promised": "4.2.0",
"chai-subset": "0.3.0",
"co-mocha": "1.1.0",
"jscs": "1.13.1",
"pre-commit": "1.0.7",
"mocha": "2.1.0",
"sinon": "1.12.2",
"sinon-chai": "2.7.0"
},
"homepage": "https://github.com/Valetudox/escher-request-js#readme"
}