-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 903 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
34
35
36
{
"name": "api-client-mock",
"version": "1.0.3",
"description": "This is mock super-agent api requests",
"main": "lib/index.js",
"scripts": {
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipostol/api-client-mock.git"
},
"keywords": [
"Superagent",
"api",
"tests"
],
"author": "Postol Ivan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ipostol/api-client-mock/issues"
},
"homepage": "https://github.com/ipostol/api-client-mock#readme",
"dependencies": {
"expect": "^1.20.2",
"superagent": "^3.3.1",
"superagent-mock": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
}
}