-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
31 lines (31 loc) · 1.01 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
{
"name": "readremaining.js",
"version": "1.0.1",
"main": "dist/readremaining.jquery.js",
"description": "A jQuery plugin that allows you to show the user, how long will take to read the article taking in consideration the speed in which he is scrolling.",
"scripts": {
"build": "cpx \"css/*.css\" \"dist/\" && cpx \"src/*.js\" \"dist/\" && uglifyjs dist/readremaining.jquery.js --output dist/readremaining.jquery.min.js --comments"
},
"repository": {
"type": "git",
"url": "https://github.com/Aerolab/readremaining.js"
},
"author": "Aerolab",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aerolab/readremaining.js/issues"
},
"homepage": "http://aerolab.github.io/readremaining.js/",
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-airbnb": "^11.2.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"uglify-js": "^3.0.25",
"cpx": "^1.5.0"
},
"dependencies": {
"jquery": "*"
}
}