-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "emcellent",
"version": "0.0.5",
"description": "A most excellent M/MUMPS parsing library.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mmccall/eMcellent.git"
},
"keywords": [
"M",
"MUMPS",
"VistA",
"GT.M",
"Cache"
],
"author": "Matthew McCall",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/mmccall/eMcellent/issues"
},
"homepage": "https://github.com/mmccall/eMcellent",
"dependencies": {},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.10.0",
"recursive-readdir": "~1.2.1",
"rimraf": "2.3.2",
"diff": "~1.3.2",
"grunt": "~0.4.5",
"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"
}
}