UNPKG

1.38 kBJSONView Raw
1{
2 "name": "ah-bookshelf-plugin",
3 "description": "Bookshelf plugin for actionhero",
4 "version": "0.1.2",
5 "author": {
6 "name": "Kei Fukuda",
7 "email": "kei.fukuda@me.com",
8 "url": ""
9 },
10 "bugs": {
11 "url": "https://github.com/keifukuda/ah-bookshelf-plugin/issues"
12 },
13 "dependencies": {
14 "babel": "5.0.x",
15 "bookshelf": "0.7.x",
16 "knex": "0.7.x"
17 },
18 "devDependencies": {
19 "actionhero": "10.1.x",
20 "del": "1.1.x",
21 "espower-babel": "1.4.x",
22 "gulp": "3.8.x",
23 "gulp-babel": "5.0.x",
24 "gulp-sourcemaps": "1.5.x",
25 "mocha": "2.2.x",
26 "power-assert": "0.10.x",
27 "source-map-support": "0.2.x",
28 "sqlite3": "3.0.x"
29 },
30 "files": [
31 "bin",
32 "config",
33 "database",
34 "grunt",
35 "initializers",
36 "models",
37 "utils"
38 ],
39 "homepage": "https://github.com/keifukuda/ah-bookshelf-plugin",
40 "keywords": [
41 "actionhero",
42 "actionherojs",
43 "ah-bookshelf-plugin",
44 "bookshelf",
45 "plugin"
46 ],
47 "license": {
48 "type": "MIT",
49 "url": "http://keifukuda.mit-license.org/"
50 },
51 "main": "none",
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/keifukuda/ah-bookshelf-plugin.git"
55 },
56 "scripts": {
57 "build": "gulp build",
58 "clean": "gulp clean",
59 "postinstall": "bin/postinstall.sh",
60 "test": "npm run build && mocha test/*.js",
61 "watch": "gulp watch"
62 }
63}