-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 723 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 723 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
{
"name": "ocss-parser",
"version": "2.0.0",
"description": "syntax parser for the OCSS preprocessor",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tap-dot": "^0.2.2",
"tape": "^2.14.0"
},
"scripts": {
"test": "tape test/index.js | tap-dot"
},
"repository": {
"type": "git",
"url": "https://github.com/maxhoffmann/ocss-parser.git"
},
"keywords": [
"ocss",
"css",
"parser",
"ast"
],
"author": "Maximilian Hoffmann <account@maximilianhoffmann.com> (http://maximilianhoffmann.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxhoffmann/ocss-parser/issues"
},
"homepage": "https://github.com/maxhoffmann/ocss-parser"
}