{
  "name": "gianaforms-shell",
  "version": "0.0.14",
  "description": "Crete json based forms.",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "scripts": {
    "start": "karma start",
    "bundle": "webpack",
    "hans": "rimraf ./lib && tsc -d",
    "test": "mocha test/**.ts --require ts-node/register",
    "compodoc": "compodoc -p tsconfig.json",
    "compodoc-serve": "compodoc -s",
    "build": "node build.js",
    "publish": "npm publish ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/endel/library.ts.git"
  },
  "keywords": [
    "typescript",
    "library",
    "module",
    "authoring"
  ],
  "author": "Selim TAN",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/selimtan"
  },
  "homepage": "https://github.com/selimtan",
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/mocha": "^2.2.40",
    "awesome-typescript-loader": "^3.1.2",
    "chai": "^3.5.0",
    "chalk": "^2.1.0",
    "compodoc": "0.0.41",
    "jasmine-core": "^2.8.0",
    "karma": "^1.5.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage-istanbul-reporter": "^1.3.0",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-mocha": "^1.0.1",
    "karma-typescript-preprocessor": "^0.3.1",
    "karma-webpack": "^2.0.3",
    "mocha": "^3.2.0",
    "rimraf": "^2.6.2",
    "shelljs": "^0.7.8",
    "ts-node": "^2.1.0",
    "typescript": "^2.1.0",
    "webpack": "^2.2.0",
    "webpack-dev-server": "^2.2.0"
  },
  "dependencies": {
    "esprima": "^4.0.0",
    "joi-browser": "^10.6.1",
    "lodash": "^4.17.4",
    "rxjs": "^5.3.0",
    "zone.js": "^0.8.9"
  }
}
