-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 899 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": "motleycss",
"version": "1.0.4",
"description": "A tool that splits large CSS files to fix the internet explorer selector limit bug",
"main": "motley.js",
"scripts": {
"test": "testmotley"
},
"repository": {
"type": "git",
"url": "https://github.com/aasierra/Motley-CSS.git"
},
"keywords": [
"internet",
"explorer",
"selector",
"limit",
"motley",
"css"
],
"author": "Anthony A Sierra <[email protected]> (http://www.anthonysierra.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aasierra/Motley-CSS/issues"
},
"homepage": "https://github.com/aasierra/Motley-CSS",
"dependencies":{
"line-by-line":"0.1.3",
"node-fs":"0.1.7"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1",
"line-by-line":"0.1.3",
"node-fs":"0.1.7"
},
"scripts":{
"test":"make test"
}
}