forked from cujojs/rest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
45
46
47
{
"name": "rest",
"version": "1.0.0",
"description": "RESTful HTTP client library",
"keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cujojs/rest.git"
},
"bugs": "https://github.com/cujojs/rest/issues",
"maintainers": [
{
"name": "Scott Andrews",
"email": "[email protected]",
"web": "http://twitter.com/scothis"
}
],
"contributors": [
{
"name": "Jeremy Grelle",
"email": "[email protected]"
}
],
"dependencies": {
"when": "~2"
},
"devDependencies": {
"wire": "~0.9",
"dojo": "https://github.com/dojo/dojo/tarball/1.7.2",
"test-support": "~0.3",
"curl": "https://github.com/cujojs/curl/tarball/0.7.3",
"poly": "https://github.com/cujojs/poly/tarball/0.5.1"
},
"main": "./rest",
"scripts": {
"test": "jshint . && buster test --node",
"ci": "npm test && sauceme",
"start": "buster static -e browser",
"tunnel": "sauceme -m"
}
}