-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.82 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "k2e",
"author": "Alex Katopodis <akatopo@users.noreply.github.com>",
"version": "1.0.0",
"description": "Browse your kindle clippings and export them to evernote",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd k2e && xsp4"
},
"repository": {
"type": "git",
"url": "https://github.com/akatopo/k2e"
},
"bugs": {
"url": "https://github.com/akatopo/k2e/issues"
},
"keywords": [
"kindle",
"evernote",
"enyojs"
],
"devDependencies": {
"babel-core": "^6.6.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.14",
"babel-plugin-transform-es2015-block-scoping": "^6.0.18",
"babel-plugin-transform-es2015-classes": "^6.0.15",
"babel-plugin-transform-es2015-computed-properties": "^6.0.14",
"babel-plugin-transform-es2015-constants": "^6.0.15",
"babel-plugin-transform-es2015-destructuring": "^6.0.18",
"babel-plugin-transform-es2015-for-of": "^6.0.14",
"babel-plugin-transform-es2015-function-name": "^6.0.14",
"babel-plugin-transform-es2015-literals": "^6.0.18",
"babel-plugin-transform-es2015-object-super": "^6.0.14",
"babel-plugin-transform-es2015-parameters": "^6.0.18",
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
"babel-plugin-transform-es2015-spread": "^6.0.14",
"babel-plugin-transform-es2015-sticky-regex": "^6.0.18",
"babel-plugin-transform-es2015-template-literals": "^6.0.14",
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.15",
"babel-plugin-transform-es2015-unicode-regex": "^6.0.18",
"babel-plugin-transform-regenerator": "^6.0.18",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.13.1",
"del": "^1.2.1",
"enyo-deploy-walker": "^0.1.0",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"gh-pages": "^0.11.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-css-rebase-urls": "0.0.5",
"gulp-csso": "^1.0.1",
"gulp-eslint": "^3.0.1",
"gulp-jscs": "^4.0.0",
"gulp-livereload": "^3.8.0",
"gulp-msbuild": "^0.2.13",
"gulp-mustache": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rework": "^1.0.3",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"lodash.escaperegexp": "^4.1.2",
"node-sass": "^4.12.0",
"rework-plugin-url": "^1.1.0",
"streamqueue": "^1.1.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"private": true
}