forked from baukh789/GridManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.27 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gridmanager",
"version": "2.6.1",
"description": "表格管理插件",
"author": "baukh",
"main": "js/gm.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/baukh789/GridManager.git"
},
"bugs": {
"url": "https://github.com/baukh789/GridManager/issues"
},
"homepage": "https://github.com/baukh789/GridManager#readme",
"keywords": [
"gridmanager",
"table",
"grid",
"component",
"components"
],
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.4",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.4",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.9.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.5.0",
"codecov": "^1.0.1",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.0",
"eslint": "^1.8.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.1.0",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.15.2",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "^0.11.1",
"istanbul-instrumenter-loader": "^1.2.0",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.6.4",
"jquery": "^3.2.1",
"jtool": "^1.2.25",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^0.3.6",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"resolve-url-loader": "^2.1.0",
"sinon": "^1.17.2",
"url-loader": "^0.5.9",
"watchify": "^3.7.0",
"webpack": "^2.0.0",
"webpack-dev-middleware": "^1.10.1"
},
"scripts": {
"report-coverage": "codecov",
"start": "node server",
"lint": "eslint src/js/",
"test": "NODE_ENV=test karma start",
"build": "webpack --config webpack-config.js"
}
}