-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (28 loc) · 758 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
{
"name": "openharmony",
"version": "0.0.1",
"description": "An Open Source Imlementation of a Document Object Model for the Toonboom Harmony scripting interface",
"main": "openHarmony.js",
"scripts": {
"test": "$",
"docs": "jsdoc -c jsdoc.json",
"generate-docs": "node_modules/.bin/jsdoc -c .jsdoc.json -d docs --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfourney/OpenHarmony.git"
},
"keywords": [
"DOM",
"Toonboom",
"Toon",
"Boom",
"openHarmony"
],
"author": "Mathieu Chaptel, Chris Fourney",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/cfourney/OpenHarmony/issues"
},
"homepage": "https://github.com/cfourney/OpenHarmony#readme"
}