-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "jasmine-async-suite",
"version": "0.0.7",
"description": "Adds async function to jasmine suite function that expect promises for asynchronous tests",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rdy/jasmine-async-suite.git"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"del": "^2.2.0",
"foreman": "^1.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"npm": "^3.8.6",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5"
},
"dependencies": {
"invariant": "^2.2.1"
}
}