-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 781 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 781 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
{
"name": "mailsac-wrapper",
"version": "1.0.9",
"main": "lib/index.js",
"scripts": {
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"test": "mocha __tests__/* --require babel-core/register --exit",
"prepublishOnly": "npm test && npm run build"
},
"repository": "https://github.com/larrystone/mailsac-wrapper.git",
"author": "lawal lanre <larrystonegroup@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"expect": "^24.1.0",
"mocha": "^5.2.0",
"moxios": "^0.4.0"
}
}