-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 791 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
{
"name": "researchmethods",
"version": "1.0.0",
"description": "A course on researchmethods",
"main": "index.js",
"scripts": {
"generate": "mocha --harmony-async-await deploy/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connectedacademy/researchmethods.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/connectedacademy/researchmethods/issues"
},
"homepage": "https://github.com/connectedacademy/researchmethods#readme",
"dependencies": {
"js-yaml": "^3.8.3",
"klaw-sync":"2.1.0",
"front-matter": "2.1.2",
"lodash":"4.17.4",
"mocha":"3.3.0",
"chai": "3.5.0",
"chai-fs":"1.0.0",
"parse-srt":"1.0.0-alpha",
"sharp":"0.18.3",
"fs-extra": "4.0.2"
}
}