-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 Bytes
/
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
{
"name": "fs2http",
"description": "Creates Express routes to make filesystem manipulation possible",
"version": "0.1.1",
"author": "Charles Bourasseau <[email protected]>",
"contributors": [
],
"dependencies": {
"coffee-script" : ">= 1.3.3"
, "async": ">= 0.1.15"
, "wrench" : ">= 1.3.5"
, "step" : ">= 0.0.4"
},
"devDependencies": {
"api-easy": ">= 0.3.2"
, "express": ">= 2.5.4"
, "vows": "*"
, "underscore": ">= 1.3.1"
, "markdox": ">= 0.0.6"
},
"keywords": ["fs2http", "filesystem", "http", "web", "route"],
"repository": {
"type": "git",
"url": "[email protected]:cbou/fs2http.git"
},
"main": "index",
"license": "MIT",
"scripts": {
"test": "./node_modules/vows/bin/vows test/*-test.coffee --spec"
, "documentation": "node docs/generate.js"
},
"engines": { "node": ">= 0.6.8" }
}