forked from ml5js/ml5-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 690 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 690 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
{
"name": "ml5-examples",
"version": "0.0.1",
"description": "ml5-examples repo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-ml5": "node scripts/update-ml5-reference.js",
"update-ml5-dev": "NODE_ENV=dev node scripts/update-ml5-reference.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ml5js/ml5-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ml5js/ml5-examples/issues"
},
"homepage": "https://github.com/ml5js/ml5-examples#readme",
"dependencies": {
"node-html-parser": "^1.1.14",
"recursive-readdir": "^2.2.2"
}
}