forked from Smithsonian/ff-scene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 982 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
33
34
35
36
37
{
"name": "ff-scene",
"version": "0.1.0",
"description": "FF Scene Typescript Foundation Library",
"scripts": {
"build": "tsc -p source",
"test": "tsc -p test; mocha -c --ui tdd node_modules/@ff/test/scene/test.js || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/framelab/ff-scene.git"
},
"keywords": [
"typescript",
"react"
],
"author": {
"name": "Ralph Wiedemeier",
"url": "https://about.me/ralphw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/framelab/ff-scene/issues"
},
"homepage": "https://github.com/framelab/ff-scene#readme",
"dependencies": {
"three": "^0.116.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"module-alias": "^2.2.2",
"typescript": "^3.8.3"
}
}