-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 837 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
34
35
{
"name": "minimongo-standalone",
"description": "Standalone version of Meteor's minimongo database. Automatically fetched and built to latest and packaged for npm",
"version": "1.1.0-3",
"keywords": [
"minimongo",
"minimongodb",
"database",
"meteor"
],
"homepage": "https://github.com/rurri/minimongo-standalone",
"repository" : {
"type" : "git",
"url" : "https://github.com/rurri/minimongo-standalone.git"
},
"license" : "MIT",
"author": {
"name" : "Rurri"
},
"files": [
"minimongo.js"
],
"dependencies": {
"underscore": ">=1.0.0",
"async": ">=0.1.0"
},
"devDependencies": {
"chalk": ">=1.0.0",
"grunt": ">=0.4.5",
"grunt-contrib-clean": ">=0.6.0",
"grunt-contrib-uglify": ">=0.8.1",
"grunt-git": ">=0.3.0",
"grunt-shell": ">=1.1.2"
}
}