forked from connectedacademy/talkingpictures
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 769 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
{
"name": "testclass",
"version": "1.0.0",
"description": "Structure and content for the Test Class, for Connected Academy development.",
"main": "index.js",
"scripts": {
"generate": "mocha --harmony-async-await deploy/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connectedacademy/testclass.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/connectedacademy/testclass/issues"
},
"homepage": "https://github.com/connectedacademy/testclass#readme",
"dependencies": {
"js-yaml": "^3.8.3",
"klaw-sync":"1.1.2",
"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"
}
}