-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 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
36
37
38
{
"name": "workshop-nodejs-at-beetroot",
"title": "NodeJS Workshop at beetroot",
"description": "NodeJS Workshop at beetroot.",
"version": "0.0.0",
"homepage": "http://github.com/evanvosberg/workshop-beetroot-nodejs",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/evanvosberg/workshop-beetroot-nodejs.git"
},
"bugs": {
"url": "http://github.com/evanvosberg/workshop-beetroot-nodejs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "server.js",
"dependencies": {
"colors": "^1.0.3",
"express": "*",
"jquery": "^2.1.3",
"page": "^1.6.1",
"q": "^1.2.0",
"requirejs": "^2.1.16",
"superagent": "^0.21.0"
},
"devDependencies": {},
"keywords": [
"worshop"
]
}