forked from isaaclafrance/stdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 2.72 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 2.72 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "@stdlib/stdlib",
"version": "0.0.0",
"description": "Standard library.",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"bin": {
"stdlib": "./bin/cli"
},
"scripts": {
"repl": "make repl",
"test": "make test",
"test-local": "make test-local",
"test-ci": "make test-ci",
"test-cov": "make test-cov",
"test-browsers": "make test-browsers",
"coverage": "make coverage"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stdlib.git"
},
"homepage": "https://github.com/stdlib-js/stdlib",
"keywords": [
"stdlib",
"stdlib-js",
"stdlib.js",
"js-stdlib",
"standard",
"std",
"library",
"lib"
],
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"d3-format": "^1.0.0",
"d3-scale": "^1.0.0",
"d3-shape": "^1.0.0",
"d3-time-format": "^2.0.0",
"debug": "^2.2.0",
"electron": "^1.4.1",
"glob": "^7.0.5",
"minimist": "^1.2.0",
"nan": "^2.5.1",
"node-gyp": "^3.5.0",
"object-keys": "^1.0.9",
"readable-stream": "^2.1.4",
"resolve": "^1.1.7",
"system.global": "^2.0.0",
"update-notifier": "^1.0.0",
"vdom-to-html": "^2.3.0",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"acorn": "^5.0.0",
"ajv": "^4.9.2",
"browserify": "^14.0.0",
"chai": "^3.5.0",
"david": "^11.0.0",
"envify": "^4.0.0",
"eslint": "3.x.x",
"github-markdown-equation-element": "^2.0.0",
"istanbul": "^0.4.1",
"jsdoc": "^3.4.0",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"lunr": "^1.0.0",
"mkdirp": "^0.5.1",
"mustache": "^2.2.1",
"plato": "^1.5.0",
"proxyquire": "^1.7.4",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.1.1",
"rawgit-url": "^1.0.0",
"read-installed": "^4.0.3",
"remark": "^6.0.0",
"remark-cli": "git+https://github.com/kgryte/remark-cli.git",
"remark-html": "^5.1.0",
"remark-lint": "^5.4.0",
"remark-slug": "^4.2.2",
"remark-unlink": "^2.0.0",
"remark-validate-links": "^5.0.0",
"remark-vdom": "^3.1.0",
"semver": "^5.3.0",
"spdx-license-ids": "^2.0.0",
"tap-spec": "4.x.x",
"tap-summary": "^3.0.1",
"tap-xunit": "^1.4.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"tex-equation-to-svg": "^1.0.1",
"to-vfile": "^2.0.0",
"unist-util-visit": "^1.1.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"license": "Apache-2.0 AND BSL-1.0"
}