-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 820 Bytes
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
{
"name": "jqmath",
"version": "0.4.9",
"description": "a JavaScript module for symbolic expressions, e.g. formatted mathematical formulas",
"main": "dist/jqmath.js",
"dependencies": {
"jquery": "^3.2.1"
},
"scripts": {
"build": "rm -r dist && rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luxp/jqmath.git"
},
"bugs": {
"url": "https://github.com/luxp/jqmath/issues"
},
"homepage": "https://github.com/luxp/jqmath#readme",
"keywords": [
"jqmath"
],
"author": "Alan Lu",
"license": "MIT",
"devDependencies": {
"cssnano": "^3.10.0",
"rollup": "^0.46.0",
"rollup-plugin-postcss": "^0.5.4",
"rollup-plugin-uglify": "^2.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
}
}