-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 945 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
{
"name": "aframe-text-texture-component",
"version": "0.0.3",
"description": "Texture-based text for A-Frame",
"main": "src/index.js",
"scripts": {
"dist": "webpack src/index.js dist/aframe-text-texture-component.js && webpack -p src/index.js dist/aframe-text-texture-component.min.js",
"postpublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoniohof/aframe-text-texture-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"text",
"texture"
],
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"author": "Antonio Hofmeister <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antoniohof/aframe-text-texture-component/issues"
},
"homepage": "https://github.com/antoniohof/aframe-text-texture-component#readme",
"devDependencies": {
"webpack": "^1.12.9"
}
}