-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "datastore.mongo",
"description": "datastore.mongo is a mongoDB datastore component for zest",
"version": "0.0.1",
"main": "./lib/index",
"private": true,
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/zest/datastore.mongo.git"
},
"bugs": {
"url": "https://github.com/zest/datastore.mongo/issues"
},
"maintainers": [
{
"name": "Pranav Jha",
"email": "jha.pranav.s@gmail.com",
"web": "http://about.me/pranavjha"
}
],
"dependencies": {
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"base.gruntrunner": "zest/base.gruntrunner",
"chai": "1.9.1"
},
"directories": {
"lib": "lib",
"test": "test"
},
"config": {
"blanket": {
"pattern": "//^(?!.*/node_modules/).*/lib/"
}
}
}