forked from c17r/jAutoCalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 943 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
33
34
35
36
37
38
39
40
{
"name": "jautocalc",
"version": "1.2.0",
"description": "jQuery plugin for doing calculations",
"main": "jAutoCalc.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c17r/jAutoCalc.git"
},
"keywords": [
"jq",
"calc",
"jquery",
"autocalc",
"jautocalc",
"calculation",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Christian Sauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/c17r/jAutoCalc/issues"
},
"homepage": "https://github.com/c17r/jAutoCalc#readme",
"dependencies": {},
"devDependencies": {
"@types/jquery": "^3.3.30",
"copy-webpack-plugin": "^5.0.3",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
}
}