-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
40 lines (40 loc) · 1020 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
37
38
39
40
{
"name": "quixote",
"version": "1.0.1",
"description": "CSS unit and integration testing",
"main": "src/quixote.js",
"dependencies": {},
"devDependencies": {
"browserify": "^16.5.1",
"eslint": "^6.8.0",
"gaze": "^1.1.3",
"glob": "^7.1.6",
"jake": "^8.1.1",
"karma": "^1.3.0",
"karma-commonjs": "1.0.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.5.3",
"semver": "^7.2.1",
"shelljs": "^0.8.3",
"simplebuild-karma": "^1.0.0"
},
"scripts": {
"test": "echo '*** Read CONTRIBUTING.md for a better way to test quixote ***' && ./jake.sh loose=true capture=Firefox"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesshore/quixote.git"
},
"keywords": [
"css",
"test",
"tdd"
],
"author": "James Shore <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesshore/quixote/issues"
},
"homepage": "https://github.com/jamesshore/quixote"
}