UNPKG

1.14 kBJSONView Raw
1{
2 "name": "rest",
3 "version": "0.8.4",
4 "description": "HTTP client library inspired by the Spring Framework's RestTemplate",
5 "keywords": ["rest", "http", "client", "rest-template", "spring", "s2js"],
6 "licenses": [
7 {
8 "type": "MIT",
9 "url": "http://opensource.org/licenses/MIT"
10 }
11 ],
12 "repositories": [
13 {
14 "type": "git",
15 "url": "https://github.com/s2js/rest"
16 }
17 ],
18 "bugs": "https://github.com/s2js/rest/issues",
19 "maintainers": [
20 {
21 "name": "Scott Andrews",
22 "email": "andrewss@vmware.com",
23 "web": "http://twitter.com/scothis"
24 }
25 ],
26 "contributors": [
27 {
28 "name": "Jeremy Grelle",
29 "email": "jgrelle@vmware.com"
30 }
31 ],
32 "dependencies": {
33 "when": "~1"
34 },
35 "devDependencies": {
36 "curl": "https://github.com/cujojs/curl/tarball/0.7.2",
37 "dojo": "https://github.com/dojo/dojo/tarball/1.7.2",
38 "poly": "https://github.com/cujojs/poly/tarball/0.5.1",
39 "wire": "https://github.com/cujojs/wire/tarball/0.8.0",
40 "buster": "",
41 "jshint": ""
42 },
43 "main": "./rest",
44 "scripts": {
45 "test": "jshint . && buster test -e node --color none --reporter specification",
46 "start": "buster static -e browser"
47 }
48}