-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 956 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
{
"name": "unbounded-lcms",
"version": "1.0.0",
"description": "[ ![Codeship Status for learningtapestry/unbounded-lcms](https://app.codeship.com/projects/87ed3f00-ddc7-0135-b08f-3e0bdd3c602e/status?branch=master)](https://app.codeship.com/projects/266015)",
"dependencies": {
"mathjax-node": "^1.3.0",
"mathjax-node-cli": "^1.0.1",
"pngquant-bin": "^3.1.1",
"snyk": "^1.70.2",
"svgexport": "^0.3.2"
},
"devDependencies": {
"eslint": "^4.19.0",
"eslint-plugin-react": "^7.7.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"test": "snyk test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learningtapestry/unbounded.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/learningtapestry/unbounded/issues"
},
"homepage": "https://github.com/learningtapestry/unbounded#readme",
"snyk": true
}