-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.34 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
54
55
{
"name": "backbone-table",
"version": "0.0.3",
"description": "A simple list and table view for Backbone.",
"author": {
"name": "Carl Sutherland",
"email": "[email protected]"
},
"keywords": [
"backbone",
"list",
"table",
"view"
],
"license": "MIT",
"main": "./src/table.js",
"homepage": "https://github.com/HumbleSoftware/backbone-table",
"bugs": {
"url": "https://github.com/HumbleSoftware/backbone-table/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/HumbleSoftware/backbone-table.git"
},
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "./node_modules/karma/bin/karma start ./test/karma-config.js --single-run"
},
"browserify": {
"transform": [
"hbsfy"
]
},
"dependencies": {
"underscore": ">=1.4.3",
"backbone": ">=1.0.0"
},
"devDependencies": {
"gib": "0.0.4",
"hbsfy": "^2.1.0",
"jasmine": "^2.1.1",
"jasmine-core": "^2.1.3",
"jasmine-jquery": "^2.0.6",
"jquery": "2.1.1",
"karma": "^0.12.31",
"karma-browserify": "^4.4.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-mocha-reporter": "^1.1.1",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"@humblesoftware/taxi": "0.0.5"
}
}