-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 838 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 838 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
{
"name": "nightshift-error-handling",
"description": "NightShift plugin for error handling",
"version": "0.3.0",
"main": "src/index.js",
"keywords": ["error handling", "plugin", "framework", "nightshift"],
"repository": {
"type": "git",
"url": "https://github.com/nightshiftjs/nightshift-error-handling.git"
},
"scripts": {
"build": "grunt build",
"build-coverage": "grunt build-coverage",
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"glob": "7.0.3",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-coveralls": "1.0.1",
"grunt-istanbul": "0.7.0",
"grunt-jasmine-nodejs": "1.5.2",
"lodash": "4.11.2",
"nightshift-core": "0.3.0",
"pretty-error": "2.0.0"
}
}