-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "remark-api-client-node",
"version": "0.0.1",
"description": "Library for Node.js projects to access Remark API",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alterego-labs/remark-api-client-node.git"
},
"author": "Sergey Gernyak <sergeg1990@gmail.com>",
"contributors": [
{
"name": "Sergey Gernyak",
"email": "sergeg1990@gmail.com"
},
{
"name": "Viktor Tomilin",
"email": "caballerosolar@gmail.com"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/alterego-labs/remark-api-client-node/issues"
},
"homepage": "https://github.com/alterego-labs/remark-api-client-node#readme",
"dependencies": {
},
"devDependencies": {
"babel-preset-es2015": "^6.0.15",
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.0",
"babel-polyfill": "^6.3.14",
"chai-spies": "^0.7.1",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"nock": "^8.0.0"
}
}