{
  "name": "libraryjs",
  "description": "Set of javascript classes & functions, which can be used in work process",
  "version": "5.2.0",
  "scripts": {
    "start": "npm run gulp",
    "gulp": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lidebug/libraryjs.git"
  },
  "author": {
    "name": "Li Debug",
    "email": "returninfinity8@gmail.com"
  },
  "license": "ISC",
  "keywords": [
    "library",
    "javascript",
    "typescript"
  ],
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.1",
    "gulp-sync": "^0.1.4",
    "gulp-tsconfig": "^0.1.0",
    "gulp-typescript": "^3.1.3",
    "typescript": "^2.1.4"
  }
}
