Analyzing file…
package.json 3.88 KB
{
  "name": "ng2-bootstrap",
  "version": "1.0.10",
  "description": "angular2 bootstrap components",
  "scripts": {
    "install:typings": "./node_modules/.bin/typings install",
    "compile": "./node_modules/.bin/tsc",
    "copy:src": "./node_modules/.bin/cpy ng2-bootstrap.ts \"components/*.ts\" ts --parents",
    "clean:dist": "./node_modules/.bin/del bundles coverage demo-build typings",
    "publish:gh-pages": "./gh-pages-publish.js",
    "prepublish": "npm run install:typings && npm run compile && ./make.js",
    "postpublish": "npm run build:prod && npm run publish:gh-pages",
    "build:prod": "NODE_ENV=production ./node_modules/.bin/webpack --progress --color",
    "build:dev": "./node_modules/.bin/webpack --progress --color",
    "serve:dev": "./node_modules/.bin/webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
    "serve:prod": "NODE_ENV=production ./node_modules/.bin/webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
    "start": "npm run serve:dev",
    "pretest": "npm run lint",
    "test": "NODE_ENV=test ./node_modules/.bin/karma start",
    "changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -p angular -v",
    "preversion": "npm test",
    "version": "npm run changelog && git add -A",
    "postversion": "git push origin master && git push --tags",
    "github-release": "conventional-github-releaser -p angular",
    "eslint": "./node_modules/.bin/eslint --ignore-path .gitignore  --ext js --fix . .config",
    "lint": "npm run eslint && npm run tslint",
    "tslint": "./node_modules/.bin/gulp lint"
  },
  "main": "ng2-bootstrap.js",
  "typings": "ng2-bootstrap.d.ts",
  "keywords": [
    "angular2",
    "bootstrap",
    "angularjs",
    "twitter-bootstrap"
  ],
  "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/valor-software/ng2-bootstrap.git"
  },
  "bugs": {
    "url": "https://github.com/valor-software/ng2-bootstrap/issues"
  },
  "homepage": "https://github.com/valor-software/ng2-bootstrap#readme",
  "dependencies": {
    "moment": "2.12.0"
  },
  "peerDependencies": {
    "angular2": "2.0.0-beta.13"
  },
  "devDependencies": {
    "angular2": "2.0.0-beta.13",
    "async": "1.5.2",
    "balanced-match": "0.3.0",
    "bootstrap": "3.3.6",
    "compression-webpack-plugin": "0.3.1",
    "conventional-changelog": "1.1.0",
    "conventional-changelog-cli": "1.1.1",
    "conventional-github-releaser": "1.1.1",
    "copy-webpack-plugin": "1.1.1",
    "cpy-cli": "1.0.0",
    "del": "2.2.0",
    "del-cli": "0.2.0",
    "es6-promise": "3.1.2",
    "es6-shim": "0.35.0",
    "es7-reflect-metadata": "1.6.0",
    "eslint-config-valorsoft": "0.0.9",
    "exports-loader": "0.6.3",
    "file-loader": "0.8.5",
    "gh-pages": "0.11.0",
    "gulp": "3.9.1",
    "gulp-size": "2.1.0",
    "gulp-tslint": "4.3.4",
    "html-loader": "0.4.3",
    "html-webpack-plugin": "2.15.0",
    "istanbul-instrumenter-loader": "0.2.0",
    "jasmine": "2.4.1",
    "karma": "0.13.22",
    "karma-chrome-launcher": "0.2.3",
    "karma-coverage": "0.5.5",
    "karma-jasmine": "0.3.8",
    "karma-phantomjs-launcher": "1.0.0",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.25",
    "karma-webpack": "1.7.0",
    "lite-server": "2.1.0",
    "markdown-loader": "0.1.7",
    "marked": "0.3.5",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "2.1.7",
    "pre-commit": "1.1.2",
    "prismjs": "1.4.1",
    "prismjs-loader": "0.0.2",
    "raw-loader": "0.5.1",
    "reflect-metadata": "0.1.2",
    "require-dir": "0.3.0",
    "rxjs": "5.0.0-beta.2",
    "source-map-loader": "0.1.5",
    "systemjs-builder": "0.15.14",
    "ts-loader": "0.8.1",
    "tslint": "3.6.0",
    "typescript": "1.8.9",
    "typings": "0.7.11",
    "webpack": "1.12.14",
    "webpack-dev-server": "1.14.1",
    "zone.js": "0.6.8"
  }
}