-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 974 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
{
"name": "backbone.tabs",
"version": "0.2.0",
"description": "Tabs for Backbone",
"main": "lib/Factory",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/jscoverage lib && ./node_modules/.bin/mocha-browser tests/tests.html && rm -rf lib-cov",
"cov": "./node_modules/.bin/jscoverage lib && ./node_modules/.bin/mocha-browser tests/tests.html -R html-cov > /tmp/report.html && gnome-open /tmp/report.html",
"coveralls": "./node_modules/.bin/jscoverage lib && mocha-browser tests/tests.html -R lcov | ./node_modules/.bin/coveralls && rm -rf lib-cov"
},
"repository": {
"type": "git",
"url": "https://github.com/backbonex/tabs.git"
},
"keywords": [
"backbone",
"tabs"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/backbonex/tabs/issues"
},
"devDependencies": {
"jscoverage": "~0.5.9",
"coveralls": "~2.11.2",
"mocha-browser": "~0.2.0"
}
}