-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (37 loc) · 947 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
39
40
{
"name": "Kamira",
"author": "The MITRE Corporation (E542)",
"version": "0.0.1",
"description": "An Open Source Clinical Quality Modeling Framework.",
"main": "app.coffee",
"scripts": {
"start": "node ./node_modules/coffee-script/bin/coffee app.coffee",
"test": "echo \"Error: no test specified. Set up a Cakefile (perhaps) and get some jasmine tests going!\" && exit 1"
},
"private": true,
"repository": "",
"keywords": [
"kamira"
],
"license": "Apache",
"dependencies": {
"coffee-script": "1.3.x",
"express": "3.x",
"connect-assets": "2.3.x",
"hjs": "*",
"less": "1.3.x",
"twitter-bootstrap": "2.x",
"mongoose": "3.x",
"jsmeter-fixed": "*",
"nodemon": "*",
"underscore": "1.4.4",
"underscore.string": "*",
"commander": "1.0.5",
"csv": "0.2.x",
"numbers": "0.4.x",
"async": "0.1.22"
},
"devDependencies": {
"jasmine-node": "1.0.x"
}
}