-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 870 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
36
37
{
"name": "backbone-mongo",
"version": "0.0.01",
"description": "Query your Backbone.Collections with the MongoDB API",
"main": "build/backbone-mongo.js",
"directories": {
"test": "test",
"build": "build"
},
"scripts": {
"test": "./node_modules/.bin/karma start test/karma.conf.js --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/alexhancock/backbone-mongo.git"
},
"keywords": [
"backbone",
"mongo",
"query",
"syntax",
"meteor"
],
"author": "Alex J Hancock",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexhancock/backbone-mongo/issues"
},
"devDependencies": {
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-karma": "~0.4.5",
"karma": "~0.8.7",
"requirejs": "~2.1.8",
"grunt-contrib-requirejs": "~0.4.1"
}
}