-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 929 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
{
"name": "css-white-space-none",
"version": "1.2.3-alfa.1",
"private": true,
"home": "https://github.com/dotnetCarpenter/white-space",
"description": "Polyfill for the proposed white-space:none; CSS property",
"main": "white-space-fast.js",
"scripts": {
"test": "echo \"This package only contains visual tests - see test-cases directory\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotnetCarpenter/white-space"
},
"keywords": [
"css",
"white-space"
],
"author": "dotnetCarpenter",
"licenses": [
{
"type": "WTFPL",
"url": "https://github.com/dotnetCarpenter/white-space/LICENSE"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/dotnetCarpenter/white-space/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-compress": "~0.5.2"
}
}