-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 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
{
"name": "cssdom",
"version": "1.0.23",
"description": "Serialize css structure and stringify css dom, simplified change css code by program, and also support uglify and beautify",
"main": "cssdom.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/douzi8/cssdom.git"
},
"keywords": [
"css",
"dom",
"css handle",
"syntax",
"validate",
"uglify",
"beautify"
],
"author": "douzi <liaowei08@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/douzi8/cssdom/issues"
},
"homepage": "https://github.com/douzi8/cssdom",
"dependencies": {
"utils-extend": "^1.0.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0"
}
}