forked from DevExpress/DevExtreme.AspNet.Data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "devextreme-aspnet-data",
"title": "DevExtreme.AspNet.Data",
"version": "99.0.0",
"description": "%meta_description%",
"homepage": "%meta_project_url%",
"license": "MIT",
"author": {
"name": "%meta_company%"
},
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/DevExtreme.AspNet.Data.git"
},
"main": "js/dx.aspnet.data.js",
"types": "js/dx.aspnet.data.d.ts",
"dependencies": {
"devextreme": ">=16.1.0"
},
"devDependencies": {
"@types/jquery": "^2.0.39",
"jquery": "^2.2.4",
"jquery-mockjax": "^2.2.1",
"jshint": "^2.9.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-qunit": "^1.2.1",
"qunitjs": "^2.1.1",
"typescript": "^2.0.10",
"webpack": "^1.14.0"
},
"scripts": {
"pretest": "webpack --config js-test/test-bundle-webpack-config.js",
"test": "jshint --verbose js && karma start js-test/karma.js && karma start js-test/karma.js --bundled && tsc js-test/check-ts-compilation"
}
}