-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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": "resource-pebble",
"version": "2.0.1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/adrianhelvik/resource-pebble.git"
},
"main": "index.js",
"keywords": [
"resource",
"rest resource",
"api",
"rest",
"restful",
"api prototype",
"rapid api development"
],
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register",
"watch:test": "mocha --compilers coffee:coffee-script/register --watch",
"compile": "mkdir -p lib && rm -r lib && mkdir -p lib && coffee --output lib --compile src"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"express": "^4.13.4"
},
"devDependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"chance": "^1.0.2",
"coffee-script": "^1.10.0",
"dump-die": "^1.0.0",
"mocha": "^2.4.5",
"mockgoose": "^6.0.2",
"mongoose": "^4.4.12",
"request": "^2.72.0"
},
"dependencies": {
"bson": "^0.4.23",
"mongodb": "^2.1.18",
"param-case": "^2.1.0",
"pluralize": "^1.2.1"
}
}