infamous
Version:
A CSS3D/WebGL UI library.
144 lines (143 loc) • 3.48 kB
JSON
{
"name": "infamous",
"version": "21.2.0",
"description": "A CSS3D/WebGL UI library.",
"main": "index.js",
"license": "MIT",
"homepage": "http://infamous.io",
"scripts": {
"clean": "builder run build:clean",
"build": "builder run build:prod",
"dev": "builder run build:dev",
"test": "builder run npm:test",
"release:patch": "builder run release:patch",
"release:minor": "builder run release:minor",
"release:major": "builder run release:major",
"version": "builder run npm:version",
"postversion": "builder run npm:postversion",
"xxxxxxxxxxxxxxx": "above are builder scripts, below are project-specific scripts",
"docs-serve": "docpress serve",
"docs-build": "docpress build",
"website-dev": "cd website && meteor",
"build-website": "npm i && npm run docs-build && cd website && npm i",
"setup-website-service": "cd website && ./setup-service.sh",
"add-contributor": "all-contributors add",
"generate-contributors": "all-contributors generate"
},
"dependencies": {
"@awaitbox/document-ready": "^1.0.10",
"@babel/runtime": "7.0.0-beta.46",
"army-knife": "^0.2.1",
"element-behaviors": "^2.0.1",
"geometry-interfaces": "^1.1.3",
"james-bond": "^0.4.2",
"jss": "^3.0.0",
"jss-camel-case": "^1.0.0",
"jss-extend": "^1.0.0",
"jss-nested": "^1.0.0",
"jss-props-sort": "^1.0.0",
"jss-px": "^1.0.0",
"jss-vendor-prefixer": "^1.0.0",
"lowclass": "^4.2.1",
"@trusktr/skatejs": "^5.2.40001",
"three": "^0.88.0"
},
"devDependencies": {
"all-contributors-cli": "^4.4.0",
"builder": "^3.2.3",
"builder-js-package": "trusktr/builder-js-package#master",
"docpress": "0.7.1"
},
"docpress": {
"docs": "docs",
"dist": "website/public/docs",
"github": "trusktr/infamous",
"markdown": {}
},
"repository": {
"type": "git",
"url": "git@github.com:trusktr/infamous.git"
},
"bugs": {
"url": "https://github.com/trusktr/infamous/issues"
},
"keywords": [
"infamous",
"gui",
"graphical user interface",
"graphical-user-interface",
"interface",
"interface library",
"interface-library",
"ui",
"user interface",
"user-interface",
"widgets",
"ui widgets",
"ui-widgets",
"components",
"interface components",
"interface-components",
"ui components",
"ui-components",
"app components",
"app-components",
"layout",
"rendertree",
"render tree",
"render-tree",
"scenegraph",
"scene graph",
"scene-graph",
"browser interface",
"browser-interface",
"interactive",
"interaction",
"3D",
"3d",
"graphics",
"3D graphics",
"3D-graphics",
"3d graphics",
"3d-graphics",
"animation",
"3D animation",
"3D-animation",
"3d animation",
"3d-animation",
"browser",
"clientside",
"client side",
"client-side",
"html5",
"touch",
"touch interface",
"touch-interface",
"responsive",
"mobile",
"web",
"web-development",
"webdev",
"three.js",
"threejs",
"three-js",
"custom-elements",
"CustomElements",
"custom-element",
"CustomElement",
"CSS3D",
"css3d",
"WebGL",
"webgl",
"WebVR",
"webvr",
"WebXR",
"webxr",
"WebComponents",
"web-components",
"webcomponents",
"WebComponent",
"web-component",
"webcomponent"
]
}