forked from mikocml/jsartoolkit5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 909 Bytes
/
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
{
"name": "jsartoolkit",
"version": "0.0.0",
"description": "Emscripten port of ARToolKit to JavaScript",
"keywords": [
"ARToolKit",
"AR",
"Augmented Reality"
],
"author": "ARToolKit (https://github.com/artoolkit)",
"repository": "git://https://github.com/artoolkit/jsartoolkit5.git",
"homepage": "https://github.com/artoolkit/jsartoolkit5",
"contributors": [
"Github Contributors (https://github.com/artoolkit/jsartoolkit5/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/artoolkit/jsartoolkit5/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-jsdoc": "^1.1.0",
"ink-docstrap": "^1.1.4",
"jsdoc": "^3.4.0",
"watch": "^0.18.0"
},
"scripts": {
"build": "node tools/makem.js; echo Built at `date`",
"watch": "./node_modules/.bin/watch 'npm run build' ./js/"
},
"license": "LGPL-3.0"
}