-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.36 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "LearnWords2",
"version": "0.2.0",
"description": "A component LWleiterbox to be used in a vocabulary learning program",
"main": "index.js",
"scripts": {
"install": "grunt build",
"test": "node scripts/test.js",
"start": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/hhzl/LearnWords2.git"
},
"keywords": [
"Leitner_system"
],
"contributors": [
{
"name": "Hannes Hirzel",
"email": "[email protected]"
},
{
"name": "Kersing Huang",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hhzl/LearnWords2/issues"
},
"dependencies": {
"anki-apkg-export": "^3.0.1",
"browserify": "^13.1.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dir2json": "^0.1.6",
"image-size": "^0.5.1",
"jasmine": "^2.5.2",
"jasmine-expect": "^3.0.1",
"js-yaml": "^3.7.0",
"node-localstorage": "~1.3.0",
"papaparse": "^4.1.2"
},
"devDependencies": {
"chalk": "^1.1.3",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^1.1.0"
},
"engines": {
"node": ">=6.9.2"
},
"scripts": {
"csv2anki": "./node_modules/.bin/grunt csv2anki --verbose"
}
}