https://github.com/janesconference/KievII
Raw File
Tip revision: e4a6d44f121bbcd1b07683f692d553e96fedf9d2 authored by Cristiano Belloni on 25 September 2013, 16:41:59 UTC
Preparing for release 0.6.0
Tip revision: e4a6d44
package.json
{
  "name": "kievII",
  "version": "0.6.0",
  "description": "Javascript library for web and mobile audio applications developers",
  "main": "dist/kievII.js",
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-strip": "~0.2.1",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.4.3",
    "grunt-contrib-uglify": "~0.2.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/janesconference/KievII.git"
  },
  "keywords": [
    "audio",
    "kiev",
    "kievII",
    "plugins",
    "hyacinth"
  ],
  "dependencyMap": {
    "hammer": "github:EightMedia/hammer.js@1.0.0/dist/hammer"
  },
  "author": "Cristiano Belloni (Jane's Conference)",
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/janesconference/KievII/issues"
  },
  "buildConfig": {
    "uglify": true
  },
   "directories": {
    "lib": "dist"
  }
}
back to top