-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.26 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
{
"name": "pikantny",
"version": "1.5.47",
"description": "Heavily extends the ability of event listeners to allow for listening to any and all property changes, dom changes, style changes, and method calls",
"main": "pikantny.min.js",
"scripts": {
"test": "node ./test/run.js",
"debug": "node --inspect-brk ./test/run.js",
"build": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keleko34/pikantny.git"
},
"keywords": [
"paprika",
"pikantny",
"spicy",
"DOM",
"Events",
"bindings"
],
"author": "keleko34",
"license": "MIT",
"bugs": {
"url": "https://github.com/keleko34/pikantny/issues"
},
"homepage": "https://github.com/keleko34/pikantny#readme",
"devDependencies": {
"benchmark": "2.1.4",
"chai": "4.2.0",
"google-closure-compiler-js": "20200112.0.0",
"lodash": "4.17.15",
"mocha": "7.0.0",
"platform": "1.3.5",
"sinon": "8.0.4",
"sinon-chai": "3.4.0"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true,
"mocha": true
},
"globals": {
"define": true,
"module": true
},
"rules": {
"no-console": "off"
},
"parserOptions": {
"ecmaVersion": 2017
}
}
}