blob: d5f10a74398625df3d6159f8cbee05e4207e7fb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "mokha",
"version": "0.1.1",
"description": "i'm not sure yet",
"main": "./distribution/index.js",
"repository": "https://www.mokhan.ca/",
"author": "mo",
"license": "MIT",
"private": false,
"scripts": {
"build": "webpack"
},
"devDependencies": {
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}
|