forked from lh/OpenEyes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 893 Bytes
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
{
"name": "openeyes",
"version": "1.7.0",
"description": "An Open Source electronic patient record system.",
"repository": {
"type": "git",
"url": "git://github.com/openeyes/OpenEyes.git"
},
"author": "OpenEyes",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/openeyes/OpenEyes/issues"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-watch": "~0.5.2",
"grunt-hub": "~0.5.0",
"grunt-jsdoc": "~0.4.0",
"grunt-mocha": "~0.4.7",
"grunt-modernizr": "~0.3.0",
"grunt-styleguide": "~0.2.6",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "~0.1.0"
}
}