-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 KB
/
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
41
{
"name": "eMcellent-analytics",
"version": "0.0.1",
"description": "uses the eMcellent library to run analytics on VistA (or other MUMPS code).",
"repository": {
"type": "git",
"url": "https://github.com/mmccall/eMcellent-analytics.git"
},
"keywords": [
"M",
"MUMPS",
"VistA"
],
"author": "Matthew McCall",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/mmccall/eMcellent-analytics/issues"
},
"homepage": "https://github.com/mmccall/eMcellent-analytics",
"dependencies": {
"lodash": "~3.8.x",
"emcellent": "~0.0.x",
"emcellent-toolkit": "~0.0.x",
"recursive-readdir": "*",
"rimraf": "*"
},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.10.0",
"grunt": "~0.4.5",
"diff": "~1.3.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsbeautifier": "~0.2.8",
"grunt-mocha-test": "~0.12.7",
"grunt-contrib-uglify": "~0.4.0",
"grunt-browserify": "~3.3.0",
"istanbul": "~0.3.5",
"coveralls": "~2.11.2"
}
}