-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·42 lines (42 loc) · 928 Bytes
/
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
40
41
42
{
"name": "loopin",
"version": "0.9.3",
"description": "Loopin",
"main": "node.js",
"scripts": {
"test": "mocha"
},
"author": "Samm Cooper <koopero@gmail.com>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.5",
"bluebird-extra": "^2.0.0",
"boptions": "^0.6.0",
"chalk": "^2.4.2",
"chokidar": "^3.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"horten": "^0.9.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"treebird": "^0.2.3",
"unique-file-name": "^1.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"run-sequence": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopero/loopin.git"
},
"keywords": [
"openframeworks",
"rendering"
],
"bugs": {
"url": "https://github.com/koopero/loopin/issues"
},
"homepage": "https://github.com/koopero/loopin#readme"
}