forked from CindyJS/CindyJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.87 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "cindyjs",
"version": "0.0.1",
"description": "A JavaScript framework for interactive (mathematical) content",
"directories": {
"example": "examples",
"test": "tests"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"chalk": "^1.1.1",
"chokidar": "^1.6.0",
"concat-with-sourcemaps": "^1.0.4",
"glob": "^7.0.3",
"http-proxy": "^1.11.2",
"js-beautify": "^1.5.10",
"jshint": "^2.8.0",
"marked": "^0.3.5",
"mocha": "^2.3.2",
"node-sass": "^3.7.0",
"pako": "^1.0.0",
"q": "^1.4.1",
"q-io": "^1.13.1",
"request": "^2.67.0",
"rewire": "^2.3.4",
"rimraf": "^2.4.4",
"source-map": "^0.5.1",
"source-map-dummy": "^1.0.0",
"st": "^1.2.0",
"touch": "^1.0.0",
"whole-line-stream": "^0.1.0",
"yauzl": "^2.6.0"
},
"scripts": {
"prepublish": "$NODE make/index.js call_npm=false parallel=true build=release all",
"test": "$NODE make/index.js call_npm=false alltests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CindyJS/CindyJS.git"
},
"keywords": [
"geometry",
"mathematics",
"web",
"content",
"education",
"science",
"visualization",
"cinderella"
],
"author": "Jürgen Richter-Gebert <[email protected]>",
"contributors": [
"Aaron Montag <[email protected]>",
"Alexander Elkins",
"Martin von Gagern <[email protected]>",
"Ulrich Kortenkamp <[email protected]>",
"Stefan Kranich <[email protected]>",
"Michael Strobel <[email protected]>",
"Jens Wurster <[email protected]>"
],
"license": "Apache-2.0",
"main": "build/js/Cindy.js",
"files": [
"build/js",
"LICENSE",
"NOTICE",
"README.md"
],
"bugs": {
"url": "https://github.com/CindyJS/CindyJS/issues"
},
"homepage": "https://github.com/CindyJS/CindyJS#readme"
}