-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.4 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
47
48
49
50
51
52
53
{
"name": "backbone.facetr",
"description": "A library to perform faceted search on Backbone collections",
"version": "0.4.3",
"homepage": "https://github.com/arillo/Backbone.Facetr",
"license": "MIT",
"keywords": [
"backbone",
"collection",
"facet",
"facets",
"faceted classification"
],
"author": {
"name": "Francesco Macri",
"company": "Arillo GmbH",
"email": "[email protected]",
"web": "http://arillo.net"
},
"repository": {
"type": "git",
"url": "git://github.com/arillo/Backbone.Facetr.git"
},
"scripts": {
"test": "grunt lint --verbose && grunt test --verbose",
"ci": "grunt ci --verbose"
},
"dependencies": {
"underscore": ">=1.3.1",
"backbone": ">=0.9.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.9.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "^0.12.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-rigger": "^0.6.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"phantomjs": "^1.9.18"
}
}