-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
41
{
"name": "canadianness",
"description": "Finding how Canadian a string is",
"version": "0.0.2",
"keywords": [
"noflo",
"candian",
"canadianness"
],
"main": "./index.coffee",
"author": "aretecode <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aretecode/canadianness.git"
},
"dependencies": {
"coffee-script": "^1.10.0",
"natural": "^0.4.0",
"noflo": "git+https://github.com/aretecode/noflo-built.git",
"noflo-core": "^0.1.3",
"noflo-math": "git+https://github.com/aretecode/noflo-math.git"
},
"devDependencies": {
"chai": "^3.5.0",
"coffeelint": "^1.13.0",
"fbp-spec": "^0.1.15",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "^0.0.13",
"grunt-mocha-test": "^0.12.2",
"mocha": "^2.5.3",
"noflo-nodejs": "^0.7.1",
"noflo-runtime-base": "^0.7.3",
"noflo-tester": "0.0.3"
},
"scripts": {
"start": "./node_modules/.bin/noflo-nodejs --trace --debug",
"test": "./node_modules/.bin/grunt test"
}
}