-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 867 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
{
"name": "reduxular",
"version": "0.0.6",
"description": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lastmjs/reduxular.git"
},
"bugs": {
"url": "https://github.com/lastmjs/reduxular/issues"
},
"homepage": "https://github.com/lastmjs/reduxular#readme",
"contributors": [
"Jordan Last <jordan.michael.last@gmail.com>",
"electrovir <electrovir@users.noreply.github.com>"
],
"keywords": [],
"main": "dist/reduxular.js",
"scripts": {
"prepublishOnly": "npm install && rm -rf dist && tsc -p .",
"test": "npm run prepublishOnly && zwitterion --port 5555 --spa-root test/index.html"
},
"typings": "dist/reduxular.d.ts",
"dependencies": {
"redux": "4.0.5"
},
"devDependencies": {
"lit-html": "1.1.2",
"typescript": "3.7.5",
"zwitterion": "0.45.0"
}
}