-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 819 Bytes
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
{
"name": "ig-object",
"version": "6.2.1",
"description": "",
"main": "object.js",
"scripts": {
"test": "c8 node ./test.js",
"cover": "c8 -r text -r lcov node ./test.js",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/object.js.git"
},
"keywords": [
"javascript",
"oop",
"meta-programing",
"tools"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/object.js/issues"
},
"homepage": "https://github.com/flynx/object.js#readme",
"devDependencies": {
"c8": "^7.3.5",
"colors": "1.4.0",
"ig-test": "^1.4.8"
},
"dependencies": {
"ig-doc": "*",
"ig-stoppable": "^2.0.0"
}
}