forked from brick-js/brick.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 801 Bytes
/
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
{
"name": "brick.js",
"version": "2.1.1",
"description": "A HMVC style web-dev framework for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/brick-js/brick.js"
},
"author": "harttle",
"homepage": "https://github.com/brick-js/brick.js#readme",
"license": "ISC",
"bugs": {
"url": "https://github.com/brick-js/brick.js/issues"
},
"dependencies": {
"bluebird": "^3.3.5",
"change-case": "^2.3.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"less": "^2.5.3",
"lodash": "^4.11.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
}
}