-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 964 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 964 Bytes
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
{
"name": "csscritic",
"title": "CSS Critic",
"version": "0.1.0",
"description": "A lightweight framework for regression testing of Cascading Style Sheets.",
"keywords": [
"CSS",
"regression",
"test"
],
"homepage": "http://www.github.com/cburgmer/csscritic",
"license": "MIT",
"author": {
"name": "Christoph Burgmer",
"email": "christoph.burgmer@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cburgmer/csscritic.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-cssmin": "~0.6.2",
"bower": "~1.2.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-shell": "~0.6.1"
},
"scripts": {
"test": "bash go --verbose"
}
}