-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
30 lines (30 loc) · 914 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
{
"name": "anki-persistence",
"version": "1.1.8",
"description": "Persist data between both sides of an anki flashcard.",
"main": "script.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run",
"minify": "curl -X POST -s --data-urlencode '[email protected]' https://www.toptal.com/developers/javascript-minifier/api/raw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonLammer/anki-persistence.git"
},
"author": "Simon Lammer",
"license": "MIT",
"bugs": {
"url": "https://github.com/SimonLammer/anki-persistence/issues"
},
"homepage": "https://github.com/SimonLammer/anki-persistence#readme",
"devDependencies": {
"jasmine-core": "^3.1.0",
"karma": "^6.3.16",
"karma-jasmine": "^4.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-verbose-reporter": "^0.0.8"
}
}