-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (30 loc) · 955 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
{
"name": "nodify",
"version": "0.1.2",
"description": "A web-based IDE for NodeJS applications",
"homepage": "http://nodifyjs.com",
"author": "Panagiotis Astithas <[email protected]>",
"contributors": [
{ "name": "Panagiotis Astithas", "email": "[email protected]" },
{ "name": "Christos Stathis", "email": "[email protected]" },
{ "name": "Dionysios Synodinos", "email": "[email protected]" }
],
"keywords": ["ide", "programming", "editor"],
"engines": { "node": ">= 0.2.0" },
"bin": { "nodify" : "./bin/nodify" },
"repository": {
"type": "git",
"url": "http://github.com/past/nodify.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/past/nodify/raw/master/LICENSE"
}
],
"dependencies": {
"connect": ">= 0.2.4",
"node-inspector": ">= 0.0.2",
"nStore": ">= 0.2.1"
}
}