-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
{
"name" : "http-terminal",
"description" : "HTTP REPL in a browser. Talk REST on the go like a pro!",
"version" : "1.0.0",
"keywords" : ["util", "functional", "browser", "terminal", "console", "shell", "HTTP", "REST", "REPL"],
"homepage" : "http://github.com/SDA/http-terminal",
"author" : "Sasa Djolic <sasa.djolic@sdaworld.com>",
"maintainers" : [{
"name" : "Sasa Djolic",
"email" : "sasa.djolic@sdaworld.com",
"web" : "http://www.sasadjolic.com"
}],
"contributors" : [{
"name" : "Sasa Djolic",
"email" : "sasa.djolic@sdaworld.com",
"web" : "http://www.sasadjolic.com"
}],
"bugs" : { "url": "http://github.com/SDA/http-terminal/issues" },
"licenses" : [{ "type": "MIT", "url": "https://raw.github.com/SDA/http-terminal/master/LICENSE" }],
"repositories" : [{ "type": "git", "url": "http://github.com/SDA/http-terminal" }],
"scripts" : {
"build" : "node build/build.js",
"test" : "node test/index.js"
},
"directories" : {
"lib" : "lib"
},
"devDependencies": {
"qunit" : "0.4.x"
},
"dependencies" : {
"fs-extra" : ">= 0.0.4",
"less" : "1.3.x",
"seq" : "0.3.x"
},
"engines" : {
"node" : "0.6.x"
}
}