forked from jamesshore/quixote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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": "quixote",
"version": "0.12.5",
"description": "CSS unit and integration testing",
"main": "src/quixote.js",
"devDependencies": {
"browserify": "^14.1.0",
"gaze": "^1.1.2",
"glob": "^7.1.1",
"jake": "^8.0.15",
"jshint": "^2.9.4",
"karma": "~1.3.0",
"karma-commonjs": "1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"shelljs": "^0.7.5",
"simplebuild-jshint": "^1.3.0",
"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"
}