-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "javascript-data-store",
"version": "1.0.3",
"description": "JSDS is a small and fast data store.",
"directories": {
"test": "tests"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha tests --recursive",
"start": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhyolight/JavaScript-Data-Store.git"
},
"keywords": [
"data",
"store",
"cache",
"listener",
"observable"
],
"author": "Matt Taylor <matt@numenta.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhyolight/JavaScript-Data-Store/issues"
},
"homepage": "https://github.com/rhyolight/JavaScript-Data-Store#readme",
"devDependencies": {
"babel-loader": "^7.1.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}