-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "@ridi/reader.js",
"version": "1.0.57",
"description": "Javascript library for RIDI ePub Viewer written in ECMAScript 6",
"author": "Ridibooks Viewer Team <viewer.team@ridi.com>",
"keywords": [
"ridi",
"javascript",
"epub"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ridi/Reader.js"
},
"bugs": {
"url": "https://github.com/ridi/Reader.js/issues"
},
"license": "MIT",
"scripts": {
"lint": "eslint --ext .js,.es6,.jsx ./src/**",
"build": "grunt",
"watch": "grunt watch",
"publish": "cd ./dist/ && npm publish --access=public"
},
"devDependencies": {
"@babel/runtime": "^7.4.5",
"@ridi/eslint-config": "^3.0.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"grunt": "^1.0.4",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"gruntify-eslint": "^4.0.0",
"time-grunt": "^1.4.0"
}
}