forked from aretecode/canadianness
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 992 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
32
33
34
35
36
37
38
39
40
{
"name": "canadianness",
"description": "Finding how Canadian a string is",
"version": "0.0.2",
"keywords": [
"noflo",
"candian",
"canadianness"
],
"author": "aretecode <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/noflo/canadianness.git"
},
"dependencies": {
"coffeescript": "^2.5.1",
"natural": "^4.0.0",
"noflo": "^1.3.0",
"noflo-math": "^0.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.8.0",
"fbp-spec": "^0.8.0",
"mocha": "^8.1.3",
"noflo-core": "^0.6.0",
"noflo-filesystem": "^2.1.0",
"noflo-nodejs": "^0.15.0",
"noflo-strings": "^0.5.0"
},
"scripts": {
"postinstall": "noflo-cache-preheat",
"start": "noflo-nodejs --trace",
"pretest": "eslint *.js components/*.js",
"test": "mocha -R spec -t 2000 --exit spec/*.js"
}
}