-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.16 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.16 KB
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
{
"name": "frytki",
"version": "1.5.47",
"description": "For the love of fries",
"main": "frytki.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/frytki.git"
},
"keywords": [
"frytki",
"fries",
"french",
"fries",
"object",
"object observing",
"observable objects"
],
"author": "keleko34",
"license": "MIT",
"bugs": {
"url": "https://github.com/keleko34/frytki/issues"
},
"homepage": "https://github.com/keleko34/frytki#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
},
"globals": {
"define": true,
"module": true,
"frytki": true
},
"rules": {
"no-console": "off"
},
"parserOptions": {
"ecmaVersion": 2017
}
}
}