node/deps/npm/node_modules/fast-list/package.json

21 lines
474 B
JSON
Raw Normal View History

2011-11-23 08:56:59 +08:00
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "fast-list",
"description": "A fast linked list (good for queues, stacks, etc.)",
2012-01-17 07:06:16 +08:00
"version": "1.0.2",
2011-11-23 08:56:59 +08:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fast-list.git"
},
"main": "fast-list.js",
"dependencies": {},
"devDependencies": {
"bench": "~0.3.2",
"tap": "~0.1.0"
},
"scripts": {
2012-01-17 07:06:16 +08:00
"test": "tap test.js",
2011-11-23 08:56:59 +08:00
"bench": "node bench.js"
}
}