{
    "name": "development-tool-jspm",
    "version": "2.0.1",
    "description": "jspm bundle builder tools, group bundle.",
    "main": "./lib/index.js",
    "typings": "./lib/index",
    "scripts": {
        "gulp": "gulp",
        "reinstall": "npm cache clean && npm install",
        "test": "gulp start --test",
        "prepublish": "gulp start --release",
        "e2e": "protractor",
        "e2e.live": "protractor --elementExplorer"
    },
    "keywords": [
        "development",
        "development-tool",
        "gulp",
        "jspm",
        "incremental",
        "group",
        "bundle"
    ],
    "author": "houjun",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/zhouhoujun/development-tool-jspm/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zhouhoujun/development-tool-jspm.git"
    },
    "dependencies": {
        "@types/chalk": "^0.4.31",
        "@types/gulp": "^3.8.32",
        "@types/gulp-html-replace": "^1.5.29",
        "@types/lodash": "4.*",
        "@types/mocha": "^2.2.33",
        "chalk": "^1.1.3",
        "checksum": "^0.1.1",
        "development-core": "^2.0.8",
        "gulp": "^3.9.1",
        "gulp-html-replace": "^1.6.1",
        "gulp-replace": "^0.5.4",
        "gulp-uglify": "^2.*",
        "jspm": "^0.16.39",
        "lodash": "4.*",
        "vinyl-buffer": "^1.0.0",
        "vinyl-paths": "^2.1.0",
        "vinyl-source-stream": "^1.1.0"
    },
    "devDependencies": {
        "@types/gulp-watch": "^4.1.33",
        "@types/vinyl": "^2.0.1",
        "@types/vinyl-fs": "^2.4.7",
        "bluebird": "^3.4.1",
        "development-assert-ts": "^2.0.4",
        "development-tool": "^2.0.9",
        "development-tool-node": "^2.0.2",
        "gulp-ng-annotate": "^2.0.0",
        "jspm-bower-endpoint": "^0.3.2",
        "jspm-git": "^0.6.0",
        "through2": "^2.0.1",
        "ts-node": "^3.*",
        "tslint": "*",
        "tslint-stylish": "*",
        "typescript": "2.*",
        "zone.js": "^*"
    },
    "homepage": "https://github.com/zhouhoujun/development-tool-jspm#readme"
}
