forked from drvic10k/bootstrap-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 872 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
{
"name": "bootstrap-sortable",
"version": "1.11.2",
"description": "adding sorting ability to HTML tables",
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drvic10k/bootstrap-sortable.git"
},
"author": "Matus Brlit <https://github.com/drvic10k>",
"license": "MIT",
"bugs": {
"url": "https://github.com/drvic10k/bootstrap-sortable/issues"
},
"homepage": "https://github.com/drvic10k/bootstrap-sortable#readme",
"devDependencies": {
"grunt": "^0.4.5",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jasmine2-custom-message": "^0.8.0",
"jquery": "^2.1.4",
"karma": "^0.13.16",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.3",
"karma-phantomjs-launcher": "^0.2.2",
"phantomjs": "^1.9.19"
}
}