forked from kalwalt/jsartoolkit5
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "jsartoolkit",
"version": "0.0.0",
"main": "js/index",
"typings": "js/index",
"description": "Emscripten port of ARToolKit to JavaScript",
"keywords": [
"ARToolKit",
"AR",
"Augmented Reality"
],
"author": "ARToolKit (https://github.com/artoolkit)",
"repository": "git://https://github.com/artoolkitx/jsartoolkit5.git",
"homepage": "https://github.com/artoolkitx/jsartoolkit5",
"contributors": [
"Github Contributors (https://github.com/artoolkitx/jsartoolkit5/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/artoolkitx/jsartoolkit5/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-jsdoc": "^1.1.0",
"http-server": "^0.10.0",
"ink-docstrap": "^1.1.4",
"jsdoc": "^3.4.0",
"opener": "^1.4.3",
"qunit": "^2.4.1",
"watch": "^0.18.0",
"json2csv": "^4.1.5"
},
"scripts": {
"build-local": "node tools/makem.js; echo Built at `date`",
"watch": "./node_modules/.bin/watch 'npm run build' ./js/",
"create-doc": "grunt jsdoc",
"test": "http-server -p 8085",
"open-test": "opener http://localhost:8085/tests/index.html"
},
"license": "LGPL-3.0"
}