forked from knode/node-meatspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 726 Bytes
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
{
"name": "node-meatspace",
"version": "0.0.0",
"description": "Node.js community resource for encouraging and promoting in-person events.",
"main": "build.js",
"dependencies": {
"handlebars": "~1.0.12",
"marked": "~0.2.9"
},
"devDependencies": {
"grunt": "0.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "./deploy-ghpages.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/mikeal/node-meatspace.git"
},
"keywords": [
"community",
"meetups",
"node"
],
"author": "Mikeal Rogers <[email protected]>",
"license": "BSD",
"bugs": {
"url": "https://github.com/mikeal/node-meatspace/issues"
}
}