-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 605 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 605 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
{
"name": "libcss",
"version": "0.0.2",
"description": "CSS parser and selection library.",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcneves/libcss-js.git"
},
"keywords": [
"CSS",
"libcss",
"webdesign"
],
"author": "Lucas Neves",
"license": "MIT",
"bugs": {
"url": "https://github.com/lcneves/libcss-js/issues"
},
"homepage": "https://github.com/lcneves/libcss-js#readme"
}