-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
42
43
44
45
46
{
"name": "tryfn",
"version": "1.0.2",
"description": "Wraps try-catch for better performance and readability",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"errorhandling",
"error",
"try",
"catch",
"performance",
"readability"
],
"author": {
"name": "Erich Oliveira",
"url": "http://ericholiveira.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ericholiveira/tryfn.git"
},
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^3.4.1",
"co": "^4.5.1",
"express": "^4.13.3",
"grunt": "0.4.x",
"grunt-cli": "0.1.13",
"grunt-concurrent": "1.0.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "0.4.6",
"grunt-execute": "0.2.2",
"grunt-express-server": "0.4.19",
"grunt-istanbul": "^0.6.1",
"grunt-jasmine-node": "0.2.1",
"grunt-jasmine-node-coverage": "0.2.0",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "0.13.0"
}
}