forked from 4ae9b8/browserhacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 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
{
"name": "browserhacks",
"version": "0.0.1",
"description": "Source of CSS and JS Hacks",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/4ae9b8/browserhacks.git"
},
"devDependencies": {
"csslint": "~0.9.10",
"jslint": "~0.2.5",
"MD5": "~1.1.0",
"assemble": "~0.4.5",
"grunt": "~0.4.1",
"load-grunt-tasks": "~0.1.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-gh-pages": "~0.7.2",
"jshint": "~2.3.0"
}
}