-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 746 Bytes
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": "micex.api",
"version": "0.2.2",
"description": "MICEX API ISS",
"main": "lib/micex.js",
"scripts": {
"pretest": "jshint .",
"test": "mocha",
"compile": "babel src --out-dir lib",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sklyukin/micex.api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sklyukin/micex.api/issues"
},
"homepage": "https://github.com/sklyukin/micex.api#readme",
"dependencies": {
"debug": "^2.2.0",
"lodash": "^3.10.1",
"request": "^2.60.0"
},
"devDependencies": {
"babel": "^5.8.21",
"chai": "^3.2.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5"
}
}