forked from DataTables/DataTablesSrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 2.35 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
{
"name": "datatables.net-src",
"version": "1.10.12",
"description": "DataTables source files. Please note that this package does not include the built files. Use the `datatables.net` package!",
"scripts": {
"build-debug": "cd build; ./make.sh build debug",
"build": "cd build; ./make.sh build",
"test": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-watch": "./node_modules/karma/bin/karma start test/karma.conf.js",
"test-autofill": "DT_EXTENSION='AutoFill' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-buttons": "DT_EXTENSION='Buttons' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-colreorder": "DT_EXTENSION='ColReorder' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-editor": "DT_EXTENSION='Editor' ./node_modules/karma/bin/karma start test/karma.conf.js",
"test-fixedcolumns": "DT_EXTENSION='FixedColumns' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-fixedheader": "DT_EXTENSION='FixedHeader' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-responsive": "DT_EXTENSION='Responsive' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-rowgroup": "DT_EXTENSION='RowGroup' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-rowreorder": "DT_EXTENSION='RowReorder' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-scroller": "DT_EXTENSION='Scroller' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-select": "DT_EXTENSION='Select' ./node_modules/karma/bin/karma start test/karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataTables/DataTablesSrc.git"
},
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"license": "MIT",
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.0.0",
"karma-iframes": "^1.2.2",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-spec-reporter": "0.0.32"
}
}