-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1014 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
{
"name": "remotestorage-module-flashcards",
"version": "1.2.1",
"description": "remoteStorage.js module for flashcards",
"main": "./dist/build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -w",
"build": "NODE_ENV=production webpack",
"docs": "node_modules/.bin/jsdoc2md --partial main.hbs --files src/index.js > README.md",
"version": "npm run build && git add dist/ && npm run docs && git add README.md"
},
"author": "Nick Jennings <nick@silverbucket.net>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"eslint": "^5.12.0",
"jsdoc-to-markdown": "^4.0.1",
"lodash.intersection": "^4.4.0",
"md5": "^2.2.1",
"webpack": "^1.13.2"
},
"keywords": [
"remotestorage",
"remotestorage-module"
],
"repository": {
"type": "git",
"url": "https://github.com/silverbucket/remotestorage-module-flashcards"
}
}