-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 1002 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
{
"name": "mock-promises",
"version": "0.8.2",
"author": "Charles Hansen <[email protected]>",
"license": "MIT",
"description": "Library for mocking promises in specs",
"main": "lib/mock-promises.js",
"repository": {
"type": "git",
"url": "https://github.com/charleshansen/mock-promises.git"
},
"bugs": {
"url": "https://github.com/charleshansen/mock-promises/issues"
},
"homepage": "https://github.com/charleshansen/mock-promises",
"scripts": {
"test": "./node_modules/mocha-server/bin/mocha-server spec/javascripts/mocha_examples_test.js -r lib/mock-promises.js spec/support/expect.js"
},
"keywords": [
"promises",
"promise",
"test"
],
"devDependencies": {
"bluebird": "^2.9.34",
"es6-promise": "^2.3.0",
"gulp": "^3.9.0",
"gulp-jasmine-browser": "^0.1.4",
"gulp-util": "^3.0.6",
"mocha-server": "^0.2.0",
"q": "^1.4.1",
"slimerjs": "^0.9.6",
"webpack": "^1.10.5",
"webpack-stream": "^2.0.0"
}
}