-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 809 Bytes
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
{
"name": "wc-query",
"version": "0.0.15",
"description": "convert req.query to mongo find options",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "https://github.com/alexsuslov/wcQuery.git"
},
"keywords": [
"express",
"generator-angular-fullstack",
"rest",
"mongodb",
"api"
],
"author": "Alex Suslov",
"email": "suslov@me.com",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.9.3",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.11.0",
"load-grunt-tasks": "^0.6.0",
"mongoose": "^3.8.14"
},
"dependencies": {
}
}