This repository was archived by the owner on Apr 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
43
44
45
46
47
48
49
50
51
52
{
"name": "minty",
"version": "0.5.9",
"description": "Node process visualization",
"main": "index.js",
"scripts": {
"test": "mocha ./test/backend | colortape",
"anonfunctest": "node ./test/backend/test-anonFunc.js | colortape",
"lineruletest": "node ./test/backend/test-createLR.js | colortape",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/backend",
"zombie": "mocha --timeout 5000 test/front-end-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lumpy-turnips/minty.git"
},
"keywords": [
"visualization",
"node",
"minty",
"mintyjs",
"tutor"
],
"author": "Ted Zilist <tzilist@gmail.com>, Wade Armstrong <wade@wadearmstrong.com>, Angie Yeh <angieyeh24@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lumpy-turnips/minty/issues"
},
"homepage": "https://www.mintyjs.com",
"dependencies": {
"app-root-path": "^1.0.0",
"decomment": "^0.8.6",
"esprima": "^2.7.2",
"esquery": "^0.4.0",
"eval": "^0.1.1",
"jquery": "^2.2.2",
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"colortape": "^0.1.1",
"coveralls": "^2.11.9",
"eslint": "^2.5.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"expect": "^1.16.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"tape": "^4.5.1",
"zombie": "^4.2.1"
}
}