{
  "name": "nono",
  "version": "1.0.8",
  "description": "Nono is a scaffolding for mobile web single-page application develop, which based on command-line operations.",
  "keywords": [
    "nono",
    "scaffolding",
    "font-end",
    "command-line",
    "zepto"
  ],
  "main": "index.js",
  "bin": {
    "nono": "bin/nono.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/osmn00/nono.git"
  },
  "author": "csser@vip.qq.com",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.4.1",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "del": "^2.2.1",
    "fs-extra": "^0.30.0",
    "os": "^0.1.1",
    "shelljs": "^0.7.3"
  }
}