forked from cezarsmpio/rest-mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "rest-mapper",
"version": "1.4.0",
"description": "An easy rest mapper for browsers and nodejs.",
"main": "lib/rest-mapper.js",
"scripts": {
"test": "npm test",
"compile": "babel --presets es2015 ./rest-mapper.js -o lib/rest-mapper.js",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CezarLuiz0/rest-mapper.git"
},
"keywords": [
"rest",
"mapper",
"restful",
"rest",
"mapper",
"javascript",
"rest",
"client",
"ajax",
"axios",
"ajax2"
],
"author": "Cezar Luiz <cezarluiz.c@gmail.com> (https://github.com/CezarLuiz0)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CezarLuiz0/rest-mapper/issues"
},
"homepage": "https://github.com/CezarLuiz0/rest-mapper#readme",
"dependencies": {
"axios": "^0.12.0",
"object-merge": "^2.5.1"
},
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-2": "^6.3.13",
"jasmine": "^2.4.1"
}
}