-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 865 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
41
42
{
"name": "generator-openmrs-owa",
"version": "0.5.0",
"description": "Scaffold OpenMRS Open Web Apps.",
"license": "MPL-2.0",
"repository": "http://github.com/psbrandt/generator-openmrs-owa",
"author": "OpenMRS",
"main": "app/index.js",
"engines": {
"node": ">=4.0.0",
"npm": ">=2.14.2"
},
"scripts": {
"test": "mocha --reporter spec --timeout 4000"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"openmrs",
"open",
"web",
"app",
"owa"
],
"dependencies": {
"user-home": "^2.0.0",
"yeoman-generator": "^0.22.4",
"yosay": "^1.1.0"
},
"devDependencies": {
"mocha": "^2.4.5",
"object-assign": "^4.0.1",
"path": "^0.12.7",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0"
},
"bugs": {
"url": "https://issues.openmrs.org/browse/OMRSJS"
}
}