source: imaps-frontend/node_modules/utila/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 541 bytes
Line 
1{
2 "name": "utila",
3 "version": "0.4.0",
4 "description": "notareplacementforunderscore",
5 "main": "lib/utila.js",
6 "devDependencies": {
7 "coffee-script": "~1.6.3",
8 "little-popo": "~0.1"
9 },
10 "scripts": {
11 "prepublish": "coffee --bare --compile --output ./lib ./src"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/AriaMinaei/utila.git"
16 },
17 "keywords": [
18 "utilities"
19 ],
20 "author": "Aria Minaei",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/AriaMinaei/utila/issues"
24 }
25}
Note: See TracBrowser for help on using the repository browser.