forked from jamesshore/quixote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1022 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
{
"name": "quixote",
"version": "0.11.0",
"description": "CSS unit and integration testing",
"main": "dist/quixote.js",
"devDependencies": {
"browserify": "^12.0.1",
"gaze": "^0.5.2",
"jake": "^8.0.9",
"jshint": "^2.9.1-rc1",
"karma": "^0.13.10",
"karma-commonjs": "0.0.13",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"shelljs": "^0.5.3",
"simplebuild-jshint": "^1.1.0",
"simplebuild-karma": "^0.8.1"
},
"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"
}