-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 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
49
50
51
52
53
{
"name": "coinapi",
"version": "0.1.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec --recursive",
"schemas": "mocha -R spec test/Schemas"
},
"author": "Tauren Mills",
"license": "MIT",
"dependencies": {
"async": "~0.2.10",
"lodash": "~2.4.1",
"classtool": "~1.0.0",
"coinbase": "0.0.0",
"request": "~2.34.0",
"z-schema": "~2.4.6",
"arrayize": "~0.1.3"
},
"devDependencies": {
"orbs-grunt-config": "Orbs/orbs-grunt-config",
"grunt": "~0.4.x",
"chai": "~1.8.x",
"sinon": "~1.7.x",
"sinon-chai": "~2.4.x",
"express": "~3.4.x",
"gaze": "~0.4.x",
"grunt-contrib-jshint": "~0.7.x",
"grunt-contrib-connect": "~0.5.x",
"grunt-express": "~1.2.x",
"grunt-contrib-clean": "~0.5.x",
"grunt-contrib-watch": "~0.5.x",
"grunt-contrib-internal": "~0.4.x",
"grunt-mocha-test": "~0.8.1",
"lodash-cli": "~2.4.x",
"grunt-todos": "~0.2.x",
"blanket": "~1.1.5",
"grunt-mkdir": "~0.1.1",
"grunt-node-inspector": "~0.1.2",
"grunt-debug-task": "~0.1.3",
"grunt-blanket": "0.0.8",
"grunt-contrib-copy": "~0.4.1",
"mocha": "~1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Orbs/coinapi.git"
}
}