package.json 1.34 KB
{
  "name"    : "xntalk_pc",
  "version" : "2.2.0",
  "main"    : "./app/main.js",
  "description": "犀牛第一个由node开发的小工具",
  "keywords": [
    "node"
  ],
  "author": "yangqi",
  "license": "ISC",
  "devDependencies": {
    "asar": "^0.11.0",
    "browser-sync": "^2.0.1",
    "electron-packager": "^7.0.1",
    "electron-prebuilt": "^1.0.2",
    "fs-jetpack": "^0.7.3",
    "grunt-electron-installer": "^2.1.0",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.1",
    "gulp-concat": "^2.4.3",
    "gulp-gzip": "^1.1.0",
    "gulp-jshint": "^1.9.1",
    "gulp-less": "^3.0.0",
    "gulp-load-plugins": "^0.8.0",
    "gulp-clean-css": "3.0.4",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^1.1.0",
    "gulp-watch": "^4.1.0",
    "process": "^0.11.2",
    "q": "^1.4.1",
    "rcedit": "^0.4.0"
  },
  "spm": {
    "dependencies": {
      "bootstrap-css": "1.0.0",
      "xn-style-common": "2.0.4",
      "xn-common":"1.1.7",
      "xn-directive-navigation": "1.0.0",
      "xn-directive-form": "1.0.5",
      "xn-directive-calendar": "1.0.9",
      "xn-directive-location": "1.3.1",
      "xn-directive-select": "1.1.7",
      "xn-directive-loading": "0.0.2"
    },
    "devDependencies": {
      "angular-mocks": "1.3.9"
    }
  },
  "dependencies": {
    "asar": "^0.10.0",
    "fs-jetpack": "0.7.3",
    "q": "^1.4.1",
    "rcedit": "^0.4.0"
  }
}