forked from decadecity/css-specificity-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 933 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": "css-specificity-map",
"version": "1.0.1",
"description": "CSS specificity mapper",
"main": "./src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/decadecity/css-specificity-map"
},
"keywords": [
"CSS",
"specificity"
],
"author": {
"name": "Orde Saunders",
"url": "https://decadecity.net/"
},
"license": "Public Domain",
"bugs": {
"url": "https://github.com/decadecity/css-specificity-map/issues"
},
"homepage": "https://github.com/decadecity/css-specificity-map",
"devDependencies": {
"browserify": "^6.3.3",
"gulp": "^3.8.10",
"gulp-istanbul": "^0.4.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-uglify": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"css": "^2.1.0",
"specificity": "^0.1.4"
}
}