-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.19 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mithril-quickstart",
"version": "1.0.0",
"description": "Project template for mithril, with JWT auth, themed bootstrap & easy animations",
"main": "index.js",
"scripts": {
"start": "node ./server"
},
"repository": {
"type": "git",
"url": "https://github.com/konsumer/mithril-quickstart.git"
},
"keywords": [
"mithril",
"bootstrap",
"bootswatch",
"mongodb",
"authentication",
"jwt"
],
"author": "David Konsumer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/konsumer/mithril-quickstart/issues"
},
"homepage": "https://github.com/konsumer/mithril-quickstart",
"dependencies": {
"animate.less": "git://github.com/konsumer/animate.less",
"body-parser": "^1.11.0",
"bootstrap": "^3.3.2",
"bootswatch": "^3.3.2",
"browserify-middleware": "^4.1.0",
"dotenv": "^0.5.1",
"express": "^4.11.2",
"jwt-async": "^1.0.1",
"less-middleware": "^1.0.4",
"mithril": "^0.1.30",
"mongoose": "^3.8.22",
"mongoose-bcrypt": "^1.0.1",
"mongoose-type-email": "^1.0.0",
"mongoose-type-relation": "^1.0.0"
},
"devDependencies": {
"mockgoose": "^1.10.7"
}
}