-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "chai-style",
"version": "1.0.3",
"description": "CSS Style assertions for elements, using Chai.js",
"main": "sources/index.js",
"scripts": {
"lint": "scripts/lint",
"pretest": "scripts/lint",
"test": "scripts/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darlanmendonca/chai-style.git"
},
"keywords": [
"chai",
"chaijs",
"style",
"css",
"computedStyle",
"assertion",
"assert"
],
"author": "Darlan Mendonça <darlanmendonca@gmail.com> (https://darlanmendonca.github.io)",
"contributors": [
"Lucas Alencar <lucasalencarlino@hotmail.com> (https://github.com/alencar13)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/darlanmendonca/chai-style/issues"
},
"homepage": "https://github.com/darlanmendonca/chai-style#readme",
"engines": {
"node": ">=0.7.0"
},
"devDependencies": {
"browserify": "^14.3.0",
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-mn-component": "^1.1.0",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-browserstack-launcher": "^1.2.0",
"karma-chrome-launcher": "^2.1.0",
"karma-detect-browsers": "^2.2.5",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-nightmare": "^0.4.6",
"karma-safari-launcher": "^1.0.0",
"mocha": "^3.3.0"
}
}