UNPKG

605 BJSONView Raw
1{
2 "name": "utila",
3 "version": "0.5.0-dev.1",
4 "description": "notareplacementforunderscore",
5 "main": "lib/utila.js",
6 "devDependencies": {
7 "coffee-script": "~1.6.3",
8 "little-popo": "~0.1",
9 "jitter": "^1.3.0"
10 },
11 "scripts": {
12 "prepublish": "coffee --bare --compile --output ./lib ./src",
13 "watch": "jitter src lib -b"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/AriaMinaei/utila.git"
18 },
19 "keywords": [
20 "utilities"
21 ],
22 "author": "Aria Minaei",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/AriaMinaei/utila/issues"
26 }
27}