This repository has been archived by the owner on May 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
51 lines (51 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
51
{
"name": "aframe-bmfont-text-component",
"version": "0.1.4",
"description": "BMFont Text component for A-Frame.",
"main": "index.js",
"scripts": {
"build": "browserify docs/main.js -o docs/build.js",
"dev": "budo docs/main.js:build.js --dir docs --port 8000 --live --open",
"dist": "webpack index.js dist/aframe-bmfont-text-component.js && webpack -p index.js dist/aframe-bmfont-text-component.min.js",
"postpublish": "npm run dist",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryik/aframe-bmfont-text-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr"
],
"author": "Ben Pyrik <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryik/aframe-bmfont-text-component/issues"
},
"homepage": "https://github.com/bryik/aframe-bmfont-text-component#readme",
"devDependencies": {
"aframe": "^0.3.1",
"browserify": "^13.1.0",
"browserify-css": "^0.9.1",
"budo": "^9.0.0",
"eslint": "^3.3.1",
"eslint-config-semistandard": "^6.0.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"inquirer": "^1.1.2",
"shelljs": "^0.7.3",
"webpack": "^1.13.2"
},
"dependencies": {
"load-bmfont": "^1.2.3",
"object-assign": "^4.1.0",
"three-bmfont-text": "^2.1.0"
}
}