-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 866 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": "bookshelf-plugin-mode",
"version": "1.0.2",
"description": "bookshelf-plugin-mode is inspired by visibility plugin, providing functionality to specify different modes with corresponding visible/hidden fields of model. ",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "echo no test for now"
},
"keywords": [
"bookshelf",
"model",
"hide",
"hidden",
"show",
"visible",
"json",
"mask",
"visibility"
],
"homepage": "https://github.com/popodidi/bookshelf-plugin-mode",
"repository": "https://github.com/popodidi/bookshelf-plugin-mode.git",
"author": "Hao",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.2.1"
}
}