-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 861 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
31
32
{
"name": "nightshift-bluebird",
"description": "NightShift plugin for bluebird promises",
"version": "0.1.0",
"main": "src/index.js",
"keywords": ["promise", "bluebird", "plugin", "framework", "nightshift"],
"repository": {
"type": "git",
"url": "https://github.com/nightshiftjs/nightshift-bluebird.git"
},
"scripts": {
"build": "grunt build",
"build-coverage": "grunt build-coverage",
"test": "grunt test"
},
"dependencies": {
"bluebird": "3.3.5"
},
"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"
}
}