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:
652 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "yallist",
|
---|
| 3 | "version": "3.1.1",
|
---|
| 4 | "description": "Yet Another Linked List",
|
---|
| 5 | "main": "yallist.js",
|
---|
| 6 | "directories": {
|
---|
| 7 | "test": "test"
|
---|
| 8 | },
|
---|
| 9 | "files": [
|
---|
| 10 | "yallist.js",
|
---|
| 11 | "iterator.js"
|
---|
| 12 | ],
|
---|
| 13 | "dependencies": {},
|
---|
| 14 | "devDependencies": {
|
---|
| 15 | "tap": "^12.1.0"
|
---|
| 16 | },
|
---|
| 17 | "scripts": {
|
---|
| 18 | "test": "tap test/*.js --100",
|
---|
| 19 | "preversion": "npm test",
|
---|
| 20 | "postversion": "npm publish",
|
---|
| 21 | "postpublish": "git push origin --all; git push origin --tags"
|
---|
| 22 | },
|
---|
| 23 | "repository": {
|
---|
| 24 | "type": "git",
|
---|
| 25 | "url": "git+https://github.com/isaacs/yallist.git"
|
---|
| 26 | },
|
---|
| 27 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
| 28 | "license": "ISC"
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.