-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "zandbak",
"version": "4.4.0",
"description": "JS/HTML sandbox",
"main": "app/zandbak.js",
"scripts": {
"start": "",
"test:unit": "",
"test:func:lodash": "node ./testers/test-func-lodash.js",
"test:func:lodash:sw": "node ./testers/test-func-lodash-sw.js",
"test:func:css": "node ./testers/test-func-css.js",
"test:func:js": "node ./testers/test-func-js.js",
"test:func:js:sw": "node ./testers/test-func-js-sw.js",
"test:perf:lodash": "node ./testers/test-perf-lodash.js",
"test:perf:lodash:sw": "node ./testers/test-perf-lodash-sw.js",
"test:perf:js": "node ./testers/test-perf-js.js",
"test:perf:js:sw": "node ./testers/test-perf-js-sw.js",
"test:comparator": "node ./testers/test-comparator.js",
"test:validator": "node ./testers/test-validator.js",
"lint": "eslint ./app"
},
"repository": {
"url": "git@github.com:21-23/zandbak.git",
"type": "git"
},
"author": "21-23",
"license": "LGPL-3.0",
"private": true,
"dependencies": {
"acorn": "6.0.4",
"electron": "^13.1.2",
"esprima": "4.0.1",
"lodash.uniqueid": "^4.0.1",
"puppeteer": "1.11.0"
},
"devDependencies": {
"eslint": "5.10.0",
"eslint-config-2123": "github:21-23/eslint-config-2123",
"husky": "1.2.1",
"lint-staged": "8.1.0",
"lodash.isequal": "^4.5.0"
}
}