This repository was archived by the owner on Aug 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.54 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.54 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "profam",
"version": "2.0.2",
"description": "Profanity and Spam Tool, supporting multiple languages and modes.",
"keywords": [
"profanity",
"badwords",
"spam",
"troll",
"filter",
"sensor",
"nodejs"
],
"person": {
"name": "Steven Noni",
"email": "staurosnonis@gmail.com",
"url": "https://twitter.com/StevenNonis"
},
"repository": {
"type": "git",
"url": "https://github.com/nionis/profam.git"
},
"scripts": {
"build:prod": "webpack --env.mode=production --env.ugly=false && webpack --env.mode=production --env.ugly=true",
"build:dev": "webpack --progress --colors --watch --env.mode=development --env.ugly=false",
"test": "jest",
"updateLangs": "babel-node ./tools/updateLangs.js"
},
"main": "index.js",
"dependencies": {
"axios": "^0.15.3",
"detect-node": "^2.0.3",
"type-name": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-tcomb": "^0.3.24",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"flow-bin": "^0.38.0",
"fs-promise": "^1.0.0",
"jest": "^18.1.0",
"request": "^2.79.0",
"tcomb": "^3.2.16",
"unzip": "^0.1.11",
"webpack": "^2.2.1"
}
}