{
  "name": "angular-duoshuo",
  "version": "0.5.2",
  "description": "a duoshuo SDK for angular.js, pure front-end, cross-domain request supported.",
  "main": "dist/duoshuo.min.js",
  "scripts": {
    "serve": "node_modules/.bin/serve .",
    "build": "node_modules/.bin/uglifyjs src/duoshuo.js --mangle --compress -o dist/duoshuo.min.js --source-map dist/duoshuo.min.js.map --source-map-url duoshuo.min.js.map --source-map-root ../src/duoshuo.js",
    "dev": "npm run serve",
    "start": "npm run serve",
    "example": "npm run serve"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/duoshuo/angular-duoshuo.git"
  },
  "keywords": [
    "duoshuo",
    "angular",
    "duoshuo-sdk",
    "duoshuo-api",
    "duoshuo-embed"
  ],
  "author": "turing <o.u.turing@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/duoshuo/angular-duoshuo/issues"
  },
  "homepage": "https://github.com/duoshuo/angular-duoshuo",
  "devDependencies": {
    "serve": "~1.4.0",
    "uglify-js": "^2.4.15"
  }
}
