36 lines
740 B
JSON
36 lines
740 B
JSON
{
|
|
"name": "record.js",
|
|
"version": "0.6.0",
|
|
"description": "dead-simple storage-collection library",
|
|
"main": "src/record.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/tape test/*.spec.js",
|
|
"build": "node_modules/.bin/gulp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n2geoff/record.js.git"
|
|
},
|
|
"keywords": [
|
|
"collection",
|
|
"storage",
|
|
"localStorage",
|
|
"in-memory",
|
|
"minimalist"
|
|
],
|
|
"author": "Geoff Doty",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-minify": "^2.1.0",
|
|
"gulp-strip-comments": "^2.5.2",
|
|
"jshint": "^2.9.5",
|
|
"tape": "^4.9.0"
|
|
}
|
|
}
|