-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
{
"name": "jasmine_dom_matchers",
"description": "dom matchers for Jasmine",
"main": "jasmine_dom_matchers.js",
"version": "1.4.0",
"keywords": [
"jasmine"
],
"homepage": "http://github.com/charleshansen/jasmine_dom_matchers",
"author": "Charles Hansen <chansen87@gmail.com>",
"contributors": [
{
"name": "Ryan Dy",
"email": "ryan.dy@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/charleshansen/jasmine_dom_matchers"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015-loose": "^6.1.4",
"babel-preset-stage-0": "^6.3.13",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-babel-istanbul": "^0.11.0",
"gulp-eslint": "^1.1.1",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-jasmine": "^2.2.1",
"gulp-jasmine-browser": "^0.2.3",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.0.1",
"jquery": "^2.2.0",
"jsdom": "^3.1.2",
"lodash.compact": "^3.0.0",
"lodash.memoize": "^3.0.4",
"merge-stream": "^1.0.0",
"npm": "^3.5.3",
"phantomjs": "^1.9.19",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"webpack-stream": "^3.1.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp"
}
}