-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "serverbricks",
"version": "2.4.0",
"description": "Pluggable Node.js server framework based on express to jumpstart server development",
"main": "./build/index.js",
"readme": "README.md",
"scripts": {
"test": "grunt test",
"prepublish": "grunt prepublish"
},
"repository": {
"type": "git",
"url": "[email protected]:AtiX/serverbricks.git"
},
"keywords": [
"express",
"framework"
],
"author": "Arthur Silber",
"license": "MIT",
"bugs": {
"url": "https://github.com/AtiX/serverbricks/issues"
},
"homepage": "https://github.com/AtiX/serverbricks",
"dependencies": {
"bluebird": "3.4.3",
"browserify-middleware": "7.0.0",
"coffeeify": "2.0.1",
"express": "^4.14.0",
"mongoose": "4.5.10",
"node-sass-middleware": "0.9.8",
"pug": "2.0.0-beta6"
},
"devDependencies": {
"chai": "3.5.0",
"codo": "2.1.2",
"coffeelint": "1.15.7",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-mocha-test": "0.12.7",
"grunt-shell": "1.3.1",
"mocha": "3.0.2"
}
}