utila
Version:
notareplacementforunderscore
28 lines (27 loc) • 605 B
JSON
{
"name": "utila",
"version": "0.5.0-dev.1",
"description": "notareplacementforunderscore",
"main": "lib/utila.js",
"devDependencies": {
"coffee-script": "~1.6.3",
"little-popo": "~0.1",
"jitter": "^1.3.0"
},
"scripts": {
"prepublish": "coffee --bare --compile --output ./lib ./src",
"watch": "jitter src lib -b"
},
"repository": {
"type": "git",
"url": "https://github.com/AriaMinaei/utila.git"
},
"keywords": [
"utilities"
],
"author": "Aria Minaei",
"license": "MIT",
"bugs": {
"url": "https://github.com/AriaMinaei/utila/issues"
}
}