2018-04-02 04:35:22 +00:00
|
|
|
{
|
|
|
|
"name": "record.js",
|
2019-06-16 08:55:25 +00:00
|
|
|
"version": "0.7.0",
|
2018-04-07 04:12:28 +00:00
|
|
|
"description": "dead-simple storage-collection library",
|
2018-04-02 04:35:22 +00:00
|
|
|
"main": "src/record.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-04-07 04:12:28 +00:00
|
|
|
"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"
|
2018-04-02 04:35:22 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"collection",
|
|
|
|
"storage",
|
2018-05-06 22:29:32 +00:00
|
|
|
"json",
|
2018-04-07 04:12:28 +00:00
|
|
|
"localStorage",
|
|
|
|
"in-memory",
|
2018-04-02 04:35:22 +00:00
|
|
|
"minimalist"
|
|
|
|
],
|
|
|
|
"author": "Geoff Doty",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2020-03-06 23:56:54 +00:00
|
|
|
"eslint": "^6.8.0",
|
2019-06-16 06:46:50 +00:00
|
|
|
"gulp": "^4.0.2",
|
2019-01-13 19:15:11 +00:00
|
|
|
"gulp-minify": "^3.1.0",
|
2018-04-07 04:12:28 +00:00
|
|
|
"gulp-strip-comments": "^2.5.2",
|
2019-06-16 06:46:50 +00:00
|
|
|
"tape": "^4.10.2"
|
2018-04-02 04:35:22 +00:00
|
|
|
}
|
|
|
|
}
|