28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"name": "utila",
|
|
"version": "0.3.3",
|
|
"description": "notareplacementforunderscore",
|
|
"main": "scripts/js/lib/utila.js",
|
|
"devDependencies": {
|
|
"coffee-script": "~1.6.3",
|
|
"little-popo": "~0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./node_modules/coffee-script/bin/cake test",
|
|
"prepublish": "node ./node_modules/coffee-script/bin/cake build"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {}
|
|
}
|