UNPKG

862 BJSONView Raw
1{
2 "name": "trainjs",
3 "description": "Web framework",
4 "version": "2.1.8",
5 "author": "Dang Duy Thanh <thanhdd.it@gmail.com>",
6 "bin": {
7 "trainjs": "./bin/train_command.js"
8 },
9 "dependencies": {
10 "route-pattern": "*",
11 "fibers": "*",
12 "colors": "*",
13 "diff": "*",
14 "inflection": "*"
15 },
16 "devDependencies": {
17 "mocha": "*"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/nodeontrain/trainjs"
22 },
23 "main": "./lib/train.js",
24 "scripts": {
25 "test": "./bin/test.sh"
26 },
27 "license": "GPL-3.0",
28 "bugs": {
29 "url": "https://github.com/nodeontrain/trainjs/issues"
30 },
31 "homepage": "https://github.com/nodeontrain/trainjs",
32 "directories": {
33 "test": "test"
34 },
35 "keywords": [
36 "trainjs",
37 "Node on train",
38 "Angular",
39 "Ruby on rails",
40 "Sequelize",
41 "Full Stack Development",
42 "Full Stack Developer",
43 "scaffold",
44 "connect"
45 ]
46}