forked from moyasar/moyasar-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "moyasar",
"version": "0.6.0",
"description": "Moyasar node SDK",
"main": "lib/moyasar.js",
"scripts": {
"prepare": "./node_modules/.bin/babel src -d lib",
"build": "./node_modules/.bin/babel src -d lib",
"shell": "nodemon src/shell.js --exec babel-node",
"test": "mocha --compilers js:babel-register",
"test:watch": "mocha --compilers js:babel-register --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moyasar/moyasar-node.git"
},
"author": "Abdullah Dahmash",
"license": "MIT",
"bugs": {
"url": "https://github.com/moyasar/moyasar-node/issues"
},
"homepage": "https://github.com/moyasar/moyasar-node#readme",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"mocha": "^5.2.0",
"nock": "^10.0.6"
},
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"resolutions": { "**/lodash": "^4.17.15" }
}