UNPKG

1.07 kBJSONView Raw
1{
2 "name": "rest",
3 "version": "0.7.5",
4 "description": "HTTP client library inspired by the Spring Framework's RestTemplate",
5 "keywords": ["rest", "http", "client", "rest-template", "spring"],
6 "licenses": [
7 {
8 "type": "MIT",
9 "url": "http://www.opensource.org/licenses/mit-license.php"
10 }
11 ],
12 "repositories": [
13 {
14 "type": "git",
15 "url": "https://github.com/scothis/rest"
16 }
17 ],
18 "bugs": "https://github.com/scothis/rest/issues",
19 "maintainers": [
20 {
21 "name": "Scott Andrews",
22 "web": "http://twitter.com/scothis"
23 }
24 ],
25 "dependencies": {
26 "when": "~1"
27 },
28 "devDependencies": {
29 "curl": "https://github.com/cujojs/curl/tarball/dev",
30 "dojo": "https://github.com/dojo/dojo/tarball/1.7.2",
31 "poly": "https://github.com/cujojs/poly/tarball/0.4",
32 "wire": "https://github.com/cujojs/wire/tarball/0.8.0",
33 "buster": "",
34 "jshint": ""
35 },
36 "main": "./rest",
37 "scripts": {
38 "test": "jshint client dojo interceptor mime test util *.js && buster test -e node --color none --reporter specification",
39 "start": "buster static -e browser"
40 }
41}