main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
574 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "once",
|
---|
3 | "version": "1.4.0",
|
---|
4 | "description": "Run a function exactly one time",
|
---|
5 | "main": "once.js",
|
---|
6 | "directories": {
|
---|
7 | "test": "test"
|
---|
8 | },
|
---|
9 | "dependencies": {
|
---|
10 | "wrappy": "1"
|
---|
11 | },
|
---|
12 | "devDependencies": {
|
---|
13 | "tap": "^7.0.1"
|
---|
14 | },
|
---|
15 | "scripts": {
|
---|
16 | "test": "tap test/*.js"
|
---|
17 | },
|
---|
18 | "files": [
|
---|
19 | "once.js"
|
---|
20 | ],
|
---|
21 | "repository": {
|
---|
22 | "type": "git",
|
---|
23 | "url": "git://github.com/isaacs/once"
|
---|
24 | },
|
---|
25 | "keywords": [
|
---|
26 | "once",
|
---|
27 | "function",
|
---|
28 | "one",
|
---|
29 | "single"
|
---|
30 | ],
|
---|
31 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
32 | "license": "ISC"
|
---|
33 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.