-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 933 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
{
"name": "dune_simple_card_tracker",
"version": "1.0.0",
"description": "Heavily inspired by [https://github.com/ohgoditspotato/atreides_mentat](https://github.com/ohgoditspotato/atreides_mentat)",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"bulma": "^0.9.1",
"chromedriver": "^86.0.0",
"elm-test": "^0.19.1-revision6",
"nightwatch": "^1.5.1",
"node-sass": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "node-sass --omit-source-map-url sass/mystyles.scss dist/mystyles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alfabetacain/dune_simple_card_tracker.git"
},
"author": "alfabetacain",
"license": "MIT",
"bugs": {
"url": "https://github.com/alfabetacain/dune_simple_card_tracker/issues"
},
"homepage": "https://github.com/alfabetacain/dune_simple_card_tracker#readme"
}