forked from HackerPaste/HackerPaste
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.59 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "node-catapult",
"version": "1.0.0",
"engines": {
"node": "^6.6"
},
"description": "A rapid project starter for node and browserify.",
"main": "server/index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon server/ --ignore client/",
"test": "./test/run.sh",
"migrate": "./node_modules/.bin/knex migrate:latest"
},
"author": "Gilbert <gilbertbagrza@gmail.com>",
"license": "MIT",
"dependencies": {
"alertify": "github:mindeavor/alertify.js",
"authport": "^1.0.1",
"authport-makerpass": "^1.0.0",
"axios": "^0.15.2",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"bluebird": "^3.2.2",
"body-parser": "^1.14.1",
"browserify-middleware": "^7.0.0",
"cookie-session": "^2.0.0-alpha.1",
"dotenv": "^2.0.0",
"express": "^4.12.4",
"knex": "^0.12.5",
"mithril": "^0.2.0",
"node-less-endpoint": "^0.2.0",
"node-makerpass": "^1.3.0",
"nodemon": "^1.11.0",
"page": "^1.7.1",
"pg": "^6.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"supertest-as-promised": "^3.1.0"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"sqlite3": "^3.1.6",
"supertest": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mindeavor/node-catapult"
},
"keywords": [
"boilerplate",
"browserify",
"express",
"mithril"
],
"bugs": {
"url": "https://github.com/mindeavor/node-catapult/issues"
},
"homepage": "https://github.com/mindeavor/node-catapult"
}