aboutsummaryrefslogtreecommitdiff
path: root/node_modules/utila/package.json
blob: 9b99ede66c2bf1dddc1d63473af6cddd146dc55c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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": {}
}