-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{ "name" : "DMS"
, "description" : "Web application to help charities or ngo to contact potential donors and stay in touch with them."
, "keywords" : [ "DRM" ]
, "version" : "0.0.1"
, "homepage" : "https://github.com/rhok-pta/drm.git"
, "authors" : [
"Divan Burger <[email protected]>",
"Donovan Isherwood <[email protected]>",
"Sebastian Woinar <[email protected]>"
]
, "repository" :
{ "type" : "git"
, "url" : "[email protected]:rhok-pta/drm.git"
}
, "dependencies" :
{ "link" : "0.3.3"
, "soda" : "0.2.4 "
, "connect" : "1.8.1"
, "express" : "2.5.1"
, "gherkin" : "2.6.8"
, "jasmine-node" : "1.0.13"
, "browserify" : "1.8.1"
, "nopt" : "1.0.10"
, "underscore" : "1.2.2"
, "underscore.string" : "2.0.0"
, "rimraf" : "1.0.8"
, "mkdirp" : "0.2.1"
, "cucumber-html": "0.2.0"
, "findit": "0.1.1"
, "coffee-script": "1.1.2"
, "mongoose": "2.4.x"
, "jade": "0.19.0"
, "async": "0.1.15"
}
,"licenses" :[{
"type" : "MIT"
, "url" : "https://github.com/rhok-pta/drm.git/blob/master/LICENSE"
}]
}