-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
25 lines (25 loc) · 849 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
{
"name": "bartificer-ca",
"version": "1.0.0",
"description": "A JavaScript prototype for creating celluar automata.",
"scripts": {
"test": "open test/index.html -a /Applications/Safari.app",
"generate-docs": "./node_modules/.bin/jsdoc --configure jsdoc.conf.json",
"generate-docs-dev": "./node_modules/.bin/jsdoc --configure jsdoc.conf.json --private --destination ./docs-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbusschots/bartificer_ca_js.git"
},
"author": "Bart Busschots",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/bbusschots/bartificer_ca_js/issues"
},
"homepage": "https://github.com/bbusschots/bartificer_ca_js#readme",
"devDependencies": {
"@bbusschots/minami-bartificer": "^1.2.3",
"jsdoc": "^3.6.2",
"minami": "^1.1.1"
}
}