-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 790 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 790 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
{
"name": "shinkoku",
"version": "0.0.1",
"description": "Fetch and display your critical items from WaniKani",
"author": {
"name": "Dennis Martinez",
"email": "dennis@dennmart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dennmart/shinkoku.git"
},
"license": "MIT",
"dependencies": {
"boron": "^0.2.3",
"jquery": "^3.1.0",
"node-notifier": "^4.6.1",
"pluralize": "^3.0.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-router": "^2.7.0",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}
}