plat
Version:
A tool for working with JavaScript platforms agnostically
36 lines (35 loc) • 755 B
JSON
{
"name": "plat",
"version": "0.1.1",
"description": "A tool for working with JavaScript platforms agnostically",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "testem"
},
"repository": {
"type": "git",
"url": "git://github.com/jasonkuhrt/plat.git"
},
"keywords": [
"test",
"env",
"platform",
"client",
"server",
"multi-platform"
],
"author": "Jason Kuhrt <jasonkuhrt@me.com> (http://jasonkuhrt.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonkuhrt/plat/issues"
},
"homepage": "https://github.com/jasonkuhrt/plat",
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.19.0",
"testem": "^0.6.15"
}
}