-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 845 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
{
"name": "cnpj-promise",
"version": "4.0.0",
"description": "Busca pelos dados da empresa diretamente do Receita WS",
"main": "dist/cnpj-promise.js",
"scripts": {
"start": "babel-node example.js",
"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cezarpretto/cnpj-promise.git"
},
"author": "@cezarpretto",
"license": "MIT",
"bugs": {
"url": "https://github.com/cezarpretto/cnpj-promise/issues"
},
"homepage": "https://github.com/cezarpretto/cnpj-promise#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-node7": "^1.5.0",
"isomorphic-fetch": "^2.2.1",
"jsonp": "^0.2.1",
"promise": "^7.1.1"
}
}