3000-words-list
Version:
a list of the 3000 most frequent words in both spoken and written English
42 lines (41 loc) • 902 B
JSON
{
"name": "3000-words-list",
"version": "0.0.3",
"description": "a list of the 3000 most frequent words in both spoken and written English",
"homepage": "",
"repository": "capheshift/3000-words-list",
"author": {
"name": "Tam Pham",
"email": "tampham47@live.com",
"url": ""
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"english",
"3000",
"frequent",
"longman",
"oxford"
],
"devDependencies": {
"gulp": "^3.6.0",
"gulp-eslint": "^0.15.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^0.4.5",
"gulp-coveralls": "^0.1.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1"
}
}