json aurelia package.json for typescript

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json aurelia package.json for typescript相关的知识,希望对你有一定的参考价值。

{
  "name": "aurelia-skeleton-navigation",
  "version": "0.15.1",
  "description": "A starter kit for building a standard navigation-style app with Aurelia.",
  "keywords": [
    "aurelia",
    "navigation",
    "skeleton"
  ],
  "homepage": "http://aurelia.io",
  "bugs": {
    "url": "https://github.com/aurelia/skeleton-navigation/issues"
  },
  "license": "MIT",
  "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
  "main": "dist/commonjs/index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/aurelia/skeleton-navigation"
  },
  "devDependencies": {
    "aurelia-tools": "^0.1.7",
    "browser-sync": "^2.7.13",
    "conventional-changelog": "0.0.17",
    "del": "^1.2.0",
    "engine.io-client": "automattic/engine.io-client",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-bump": "^0.3.1",
    "gulp-changed": "^1.2.1",
    "gulp-jshint": "^1.11.2",
    "gulp-plumber": "^1.0.1",
    "gulp-protractor": "^1.0.0",
    "gulp-sass": "^2.0.3",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-yuidoc": "^0.1.2",
    "jasmine-core": "^2.3.4",
    "jshint-stylish": "^2.0.1",
    "karma": "^0.12.37",
    "karma-babel-preprocessor": "^5.2.1",
    "karma-chrome-launcher": "^0.2.0",
    "karma-coverage": "^0.4.2",
    "karma-jasmine": "^0.3.6",
    "karma-jspm": "^1.1.5",
    "merge2": "^0.3.6",
    "object.assign": "^3.0.1",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.1",
    "socket.io": "^1.3.5",
    "typescript": "^1.5.0-beta",
    "vinyl-paths": "^1.0.0",
    "yargs": "^3.14.0"
  },
  "jspm": {
    "dependencies": {
      "aurelia-animator-css": "github:aurelia/animator-css@^0.13.0",
      "aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.14.0",
      "aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.9.0",
      "aurelia-framework": "github:aurelia/framework@^0.13.0",
      "aurelia-http-client": "github:aurelia/http-client@^0.10.0",
      "aurelia-router": "github:aurelia/router@^0.10.0",
      "bootstrap": "github:twbs/bootstrap@^3.3.4",
      "core-js": "npm:core-js@^0.9.4",
      "css": "github:systemjs/plugin-css@^0.1.11",
      "font-awesome": "npm:font-awesome@^4.3.0"
    },
    "devDependencies": {
      "babel": "npm:babel-core@^5.1.13",
      "babel-runtime": "npm:babel-runtime@^5.1.13",
      "core-js": "npm:core-js@^0.9.4"
    },
    "overrides": {
      "npm:core-js@0.9.18": {
        "main": "client/shim.min"
      }
    }
  }
}

以上是关于json aurelia package.json for typescript的主要内容,如果未能解决你的问题,请参考以下文章

package-lock.json 和 package.json 有啥区别,啥时候生成 package.json?

从 package-lock.json 创建 package.json

package.json 与 package-lock.json 的关系

相当于 `pip` 的 `package.json' 和 `package-lock.json`

package.json和package-lock.json的区别

NPM5,package-lock.json 和 package.json 有啥区别?