123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "tpanorama",
- "version": "1.0.2",
- "description": "全景标记,全景生成插件",
- "scripts": {
- "build": "babel ./src/tpanorama.js --out-file ./lib/tpanorama.js",
- "start": "npm run build && node ./server/www"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ConardLi/tpanorama.git"
- },
- "author": "",
- "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"
- },
- "devDependencies": {
- "babel": "^6.23.0",
- "babel-cli": "^6.26.0",
- "babel-core": "^6.14.0",
- "babel-eslint": "^10.0.1",
- "babel-loader": "^6.2.5",
- "babel-plugin-istanbul": "^2.0.1",
- "babel-preset-es2015": "^6.14.0",
- "babel-preset-stage-1": "^6.24.1"
- }
- }
|