mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Set up javascript tests
This commit is contained in:
30
web/package.json
Normal file
30
web/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "loop-habit-tracker",
|
||||
"version": "2.0.0",
|
||||
"description": "App for creating and maintaining good habits",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:iSoron/uhabits.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"compile": "webpack",
|
||||
"test": "mocha"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"kotlin": "^1.3.21",
|
||||
"kotlin-test": "^1.3.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-loader": "^7.1.5",
|
||||
"mocha": "^6.1.0",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user