-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 910 Bytes
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
{
"name": "dejunk.js",
"version": "0.4.4",
"description": "A JS port of academia-edu/dejunk. Utils for detecting keyboard mash and other junk in your data.",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pjho/dejunk.js.git"
},
"author": "Pat Ho",
"license": "AFL-2.0",
"bugs": {
"url": "https://github.com/pjho/dejunk.js/issues"
},
"homepage": "https://github.com/pjho/dejunk.js#readme",
"dependencies": {
"diacritics": "^1.3.0",
"lodash.zip": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"mocha": "^3.3.0",
"webpack": "^2.4.1"
}
}