-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 945 Bytes
/
package.json
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
{
"name": "textlocal-promise-naveen",
"version": "1.0.0",
"description": "Node.js wrapper for Textlocal API",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint {./src/*.js\\,./src/models/*.js\\,./src/models/**/*.js\\}",
"build": "babel src/ --out-dir build/ --ignore='node_modules/**\\'"
},
"author": {
"name": "Max Rice",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
"request": "^2.87.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.23.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}