-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 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
43
44
45
46
{
"name": "mongodb-shell-extensions",
"version": "0.2.9",
"description": "Useful MongoDB shell extensions",
"files": [
"src",
"spec",
"released",
".jshintrc",
"LICENSE",
"README.md",
"CHANGELOG.md",
"package.json",
"bower.json",
"Gruntfile.js"
],
"scripts": {
"install": "grunt install-released",
"test": "grunt spec-on-installed"
},
"repository": {
"type": "git",
"url": "https://github.com/gabrielelana/mongodb-shell-extensions.git"
},
"keywords": [
"mongo",
"mongodb",
"shell",
"extensions"
],
"license": "MIT",
"author": "[email protected]",
"dependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-release": "^0.7.0",
"grunt-bower-concat": "^0.3.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-attention": "^0.0.5",
"semver": "^3.0.1"
}
}