-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 900 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
36
37
38
39
40
41
42
43
44
{
"name": "semantic-ml",
"version": "1.0.0",
"description": "Semantic UI Markup Language (SML) Compiler",
"keywords": [
"semantic",
"ui",
"markup",
"language",
"preprocessor",
"html",
"ml",
"sml"
],
"homepage": "https://github.com/baterflyrity/semantic-ml",
"bugs": {
"url": "https://github.com/baterflyrity/semantic-ml/issues",
"email": "baterflyrity@yandex.ru"
},
"license": "GPL-3.0-only",
"author": {
"name": "baterflyrity",
"email": "baterflyrity@yandex.ru"
},
"main": "semantic-ml.js",
"directories": {
"doc": ".",
"test": "test",
"example": "examples",
"lib": "."
},
"repository": "github:baterflyrity/semantic-ml",
"scripts": {
"test": "mocha test/test.js"
},
"devDependencies": {
"assert": "^1.4.1",
"gulp": "^3.9.1",
"gulp-ext-replace": "^0.3.0",
"gulp-transform": "^3.0.5",
"html-minifier": "^3.5.19",
"mocha": "^5.2.0"
}
}