forked from HubSpot/facewall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (31 loc) · 898 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
{
"author": "Adam Schwartz",
"name": "facewall",
"description": "Grid visualization of Gravatars for an organization.",
"version": "0.9.1",
"homepage": "http://github.hubspot.com/facewall",
"repository": {
"type": "git",
"url": "git@github.com:HubSpot/facewall.git"
},
"engines": {
"node": ">= 0.6.10"
},
"scripts": {
"start": "brunch watch --server"
},
"dependencies": {
"brunch": "~1.6.7",
"javascript-brunch": "1.0.x || 1.1.x",
"coffee-script-brunch": "1.0.x || 1.1.x",
"css-brunch": "1.0.x || 1.1.x",
"stylus-brunch": "1.0.x || 1.1.x",
"handlebars-brunch": "1.0.x || 1.1.x",
"uglify-js-brunch": "1.0.x || 1.1.x",
"clean-css-brunch": "1.0.x || 1.1.x"
},
"devDependencies": {
"mocha": "0.14.0",
"expect.js": "0.1.2"
}
}