io3fix
Version:
toolkit for interior apps
103 lines (102 loc) • 2.41 kB
JSON
{
"name": "io3fix",
"version": "1.1.8b",
"description": "toolkit for interior apps",
"keywords": [
"3d",
"aframe",
"cardboard",
"components",
"oculus",
"vive",
"rift",
"vr",
"WebVR",
"WegGL",
"three",
"three.js",
"3D model",
"api",
"visualization",
"furniture",
"real estate",
"interior",
"building",
"architecture",
"3d.io"
],
"homepage": "https://3d.io",
"repository": "archilogic-com/3dio-js",
"license": "MIT",
"author": {
"name": "archilogic",
"email": "dev.rocks@archilogic.com",
"url": "https://archilogic.com"
},
"main": "index.js",
"scripts": {
"start": "gulp dev-browser",
"dev-browser": "gulp dev-browser",
"dev-node": "gulp dev-node",
"jshint": "gulp jshint",
"test": "jest --coverage",
"build": "jest && gulp build",
"release": "gulp release"
},
"dependencies": {
"bluebird": "^3.5.1",
"form-data": "^2.3.1",
"js-logger": "^1.4.1",
"lodash": "^4.17.4",
"node-fetch": "2.0.0-alpha.8",
"pako": "^1.0.5",
"performance-now": "^2.1.0",
"rxjs": "^5.4.3",
"three": "^0.85.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.2.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"chalk": "^2.1.0",
"confirm-cli": "^0.4.0",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-git": "^2.4.2",
"gulp-gzip": "^1.4.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.2",
"gulp-s3": "0.11.0",
"gulp-watch": "^4.3.11",
"jest": "^22.2.1",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"lite-server": "^2.3.0",
"moment": "^2.19.0",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-less": "^0.1.3",
"rollup-plugin-node-resolve": "^3.0.0",
"through2": "^2.0.3",
"uglify-js": "^3.1.3"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/node_modules/**",
"!**/vendor/**"
],
"testMatch": [
"**/test/**/*.js",
"**/__tests__/**/*.js?(x)",
"**/?(*.)(spec|test).js?(x)"
]
}
}