forked from pandastrike/shred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.14 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
48
49
50
51
52
53
{
"name": "shred",
"version": "1.0.0-alpha-01",
"description": "A resource-oriented JavaScript HTTP client.",
"keywords": [
"http",
"client"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pandastrike/shred/blob/master/LICENSE"
}
],
"homepage": "https://github.com/pandastrike/shred",
"bugs": {
"url": "https://github.com/pandastrike/shred/issues"
},
"authors": [
{
"name": "Dan Yoder",
"email": "dan@pandastrike.com"
},
{
"name": "Matthew King",
"email": "matthew@pandastrike.com"
}
],
"main": "./lib/shred.js",
"repository": {
"type": "git",
"url": "git://github.com/pandastrike/shred.git"
},
"scripts": {
"prepublish": "coffee -o lib/ -c src/*.coffee",
"test": "coffee test/shred.coffee"
},
"dependencies": {
"fairmont": "^0.7.4",
"mutual": "^0.4.12",
"url-template": "^2.0.4",
"typely": "0.0.0",
"c50n": "^0.6.0"
},
"devDependencies": {
"coffee-script": "1.7.x",
"through": "^2.3.4",
"colors": "^0.6.2",
"nodegit": "^0.1.3",
"c50n": "^0.5.0"
},
"engine": "node >= 0.10.x"
}