package.json 1.61 KB
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
{
  "name": "gulp-shell",
  "version": "0.2.10",
  "description": "A handy command line interface for gulp",
  "main": "index.js",
  "scripts": {
    "test": "gulp test lint",
    "coveralls": "gulp coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sun-zheng-an/gulp-shell"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "shell",
    "command"
  ],
  "author": {
    "name": "Sun Zheng'an"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sun-zheng-an/gulp-shell/issues"
  },
  "homepage": "https://github.com/sun-zheng-an/gulp-shell",
  "devDependencies": {
    "coveralls": "~2.11.1",
    "gulp": "~3.8.6",
    "istanbul": "~0.3.0",
    "jscs": "~1.5.8",
    "jshint": "~2.5.2",
    "mocha": "~1.21.3",
    "mocha-lcov-reporter": "0.0.1",
    "should": "~4.0.4"
  },
  "dependencies": {
    "async": "~0.9.0",
    "gulp-util": "~3.0.0",
    "lodash": "~2.4.1",
    "through2": "~0.5.1"
  },
  "gitHead": "05cc5fffa301017e34cfc49ec29bd68bbd64ced1",
  "_id": "gulp-shell@0.2.10",
  "_shasum": "eca9fbd20141b41e4c0c471d2b88325717183f7e",
  "_from": "gulp-shell@^0.2.9",
  "_npmVersion": "1.4.24",
  "_npmUser": {
    "name": "sun-zheng-an",
    "email": "sun.zheng.an.0@gmail.com"
  },
  "maintainers": [
    {
      "name": "sun-zheng-an",
      "email": "sun.zheng.an.0@gmail.com"
    }
  ],
  "dist": {
    "shasum": "eca9fbd20141b41e4c0c471d2b88325717183f7e",
    "tarball": "http://registry.npmjs.org/gulp-shell/-/gulp-shell-0.2.10.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/gulp-shell/-/gulp-shell-0.2.10.tgz",
  "readme": "ERROR: No README data found!"
}