forked from brbcoding/Readability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 812 Bytes
/
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": "readability",
"version": "0.0.1",
"description": "Automated Readability Index, Flesch-Kincaid, Gunning-Fog, SMOG Index, Coleman-Liau",
"main": "./build/index.js",
"dependencies": {
"babel": "^5.8.23",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-rename": "^1.2.2",
"path": "^0.12.7"
},
"devDependencies": {
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.6",
"path": "^0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brbcoding/Readability.git"
},
"author": "Cody Henshaw",
"license": "ISC",
"bugs": {
"url": "https://github.com/brbcoding/Readability/issues"
},
"homepage": "https://github.com/brbcoding/Readability#readme"
}