main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
606 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "wrappy",
|
---|
3 | "version": "1.0.2",
|
---|
4 | "description": "Callback wrapping utility",
|
---|
5 | "main": "wrappy.js",
|
---|
6 | "files": [
|
---|
7 | "wrappy.js"
|
---|
8 | ],
|
---|
9 | "directories": {
|
---|
10 | "test": "test"
|
---|
11 | },
|
---|
12 | "dependencies": {},
|
---|
13 | "devDependencies": {
|
---|
14 | "tap": "^2.3.1"
|
---|
15 | },
|
---|
16 | "scripts": {
|
---|
17 | "test": "tap --coverage test/*.js"
|
---|
18 | },
|
---|
19 | "repository": {
|
---|
20 | "type": "git",
|
---|
21 | "url": "https://github.com/npm/wrappy"
|
---|
22 | },
|
---|
23 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
24 | "license": "ISC",
|
---|
25 | "bugs": {
|
---|
26 | "url": "https://github.com/npm/wrappy/issues"
|
---|
27 | },
|
---|
28 | "homepage": "https://github.com/npm/wrappy"
|
---|
29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.