-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "Get Kana",
"version": "1.0.0-alpha",
"description": "A simple tool for learning the japanese syllabaries.",
"main": "index.html",
"author": "Jair Trejo <jair@jairtrejo.mx>",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"brfs": "^1.2.0",
"browser-sync": "^1.6.5",
"browserify": "^6.3.2",
"browserify-istanbul": "^0.1.2",
"browsernizr": "^1.0.2",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-cssmin": "^0.1.6",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.0.2",
"gulp-less": "^1.3.6",
"gulp-minify-html": "^0.1.6",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^0.5.1",
"jasmine-core": "^2.1.2",
"karma": "^0.12.28",
"karma-browserify": "^1.0.0",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "0.2.6",
"karma-jasmine": "^0.3.1",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.4.0",
"sw-precache": "^3.1.0",
"vinyl-transform": "0.0.1"
}
}