-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "explained-visually",
"version": "0.0.0",
"description": "* [Logorithms](https://en.wikipedia.org/wiki/Logarithm) * [Log scales](https://en.wikipedia.org/wiki/Logarithmic_scale) * [Taylor Series](https://en.wikipedia.org/wiki/Taylor_series) * [Div Grad Curl](https://en.wikipedia.org/wiki/Vector_calculus_identities)",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
"babel-runtime": "^5.1.11",
"babelify": "^6.0.2",
"browserify": "~9.0.8",
"d3": "~3.5.5",
"express": "~4.10.2",
"extend": "~2.0.0",
"fs-extra": "~0.12.0",
"gulp": "~3.8.10",
"gulp-jade": "~0.9.0",
"gulp-less": "~1.3.6",
"gulp-rimraf": "^0.1.1",
"init": "~0.1.2",
"jade": "~1.7.0",
"marked": "~0.3.2",
"minifyify": "^6.4.0",
"minimist": "~1.1.0",
"mkdirp": "~0.5.0",
"numeric": "~1.2.6",
"react": "~0.13.2",
"three": "~0.70.0",
"through2": "~0.6.3",
"uglifyify": "^3.0.1",
"watchify": "~3.1.2",
"xtend": "~4.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node patch.js"
},
"repository": {
"type": "git",
"url": "git://github.com/vicapow/explained-visually.git"
},
"author": "Victor Powell"
}