forked from ml5js/ml5-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "ml5-examples",
"version": "0.4.2",
"description": "ml5-examples repo",
"main": "index.js",
"scripts": {
"develop": "live-server --port=8082",
"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",
"update:example-json": "node scripts/update-examples-json.js",
"merge:release:ours": "git merge --strategy-option ours release"
},
"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"
},
"devDependencies": {
"cross-env": "^6.0.3",
"dotenv": "^8.2.0",
"live-server": "^1.2.1",
"q": "^1.5.1",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}