{ "name": "tpanorama", "version": "1.0.6", "description": "全景标记,全景生成插件", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib && babel originSrc --out-dir origin", "webpack": "webpack --config webpack.config.js", "example": "npm run webpack && node ./server/www" }, "repository": { "type": "git", "url": "git+https://github.com/ConardLi/tpanorama.git" }, "author": "ConardLi", "license": "ISC", "bugs": { "url": "https://github.com/ConardLi/tpanorama/issues" }, "homepage": "https://github.com/ConardLi/tpanorama#readme", "dependencies": { "consolidate": "^0.15.1", "cookie-parser": "~1.4.3", "debug": "~2.6.9", "ejs": "~2.5.7", "express": "~4.16.0", "handlebars": "^4.0.12", "http-errors": "~1.6.2", "morgan": "~1.9.0", "three": "0.85.0" }, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-jest": "^23.0.0", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-import": "^1.8.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "babel-register": "^6.26.0", "webpack": "^4.27.1", "webpack-cli": "^3.1.2" } }