-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
39
40
41
42
43
{
"name": "ignition",
"description": "A start and stop button for EC2 instances.",
"version": "0.1.0",
"licenses": [{
"type": "MIT",
"url": "https://github.com/B2MSolutions/node-ignition/raw/master/LICENSE"
}],
"author": { "name": "B2M Solutions", "url": "https://github.com/B2MSolutions" },
"contributors": [
{ "name": "Steve Wood", "url":"https://github.com/sjwood" },
{ "name": "James Bloomer", "url":"https://github.com/jamesbloomer" }
],
"repository": {
"type": "git",
"url": "http://github.com/B2MSolutions/node-ignition.git"
},
"keywords": ["cloud computing", "ec2", "aws", "amazon"],
"dependencies": {
"express" : "2.x.x",
"jade" : "0.x.x",
"aws2js" : "0.x.x",
"libxml-to-js" : "0.3.10",
"mime-magic" : "0.4.1",
"moment" : "1.7.2",
"passport" : "0.1.12",
"passport-local" : "0.1.6",
"underscore" : "1.4.2",
"winston" : "0.6.2",
"winston-mongodb" : "0.4.0"
},
"devDependencies" : {
"mocha" : "1.x.x",
"should" : "0.x.x",
"sinon" : "1.x.x"
},
"main": "./server",
"scripts": { "test": "mocha test/*" },
"engines": {
"node": ">= 0.8.0",
"npm": "1.1.x"
}
}