-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
executable file
·58 lines (58 loc) · 1.77 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
{
"name": "karas",
"version": "0.86.26",
"description": "A flexible JavaScript framework for RIA on Canvas/Svg/Webgl.",
"maintainers": [
{
"name": "army8735",
"email": "army8735@qq.com"
}
],
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c rollup.dev.config.js --watch",
"build:test": "gulp build-test",
"test": "mocha test/event.js -R spec",
"test1": "mocha test/event.js -R spec && gulp build-test && nightwatch --group group1 --filter test.js",
"test2": "gulp build-test && nightwatch --group group2 --filter test.js",
"test3": "gulp build-test && nightwatch --group group3 --filter test.js",
"test4": "gulp build-test && nightwatch --group group4 --filter test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/karasjs/karas.git"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-json": "^4.0.3",
"chromedriver": "^123.0.1",
"expect.js": "^0.3.1",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-util": "^3.0.8",
"mocha": "^6.2.2",
"nightwatch": "^1.3.4",
"rollup": "^2.77.0",
"rollup-plugin-glslify": "^1.2.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"selenium-server": "^3.141.59",
"through2": "^3.0.0",
"webstorm-disable-index": "^1.2.0",
"yurine": "~0.5.0"
},
"main": "./index.js",
"browser": "./index.js",
"module": "./index.es.js",
"engines": {
"node": ">=10.0.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"author": "army8735 <army8735@qq.com>"
}