-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 756 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
32
33
{
"author": "Jure Mav",
"name": "mv-infra",
"version": "0.0.1",
"description": "MV infrasctructure tools",
"scripts": {
"start": "node ./app-data.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nodejitsu/http-server.git"
},
"dependencies": {
"async": "~0.2.8",
"connect-domain": "~0.4.1",
"iconv": "1.2.x",
"mkdirp": "^0.5.0",
"moment": "~2.0.0",
"mysql": "^2.0.1",
"node-mysql-q": "git+ssh://git@bitbucket.org:jmav/node-mysql-q.git",
"optimist": "~0.5.1",
"portscanner": "~0.1.3",
"q": "^0.9.7",
"sitemap": "git://github.com/jmav/sitemap.js.git",
"underscore": "1.4.x"
},
"devDependencies": {
"eyes": "*"
},
"engines": {
"node": ">=0.10"
}
}