-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.5 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "semantic-forms",
"description": "Semantic Forms",
"author": "Roosevelt Framework Team <[email protected]>",
"contributors": [
{
"name": "Contributors",
"url": "https://github.com/rooseveltframework/semantic-forms/graphs/contributors"
}
],
"version": "4.0.2",
"files": [
"semanticForms.css",
"semanticForms.js",
"semanticForms.scss"
],
"homepage": "https://github.com/rooseveltframework/semantic-forms",
"license": "CC-BY-4.0",
"main": "semanticForms.js",
"readmeFilename": "README.md",
"devDependencies": {
"eslint": "9.14.0",
"eslint-plugin-html": "8.1.2",
"nodemon": "3.1.7",
"sass": "1.80.1",
"serve": "14.2.4",
"standard": "17.1.2"
},
"scripts": {
"test": "echo \"TODO: tests\"",
"coverage": "echo \"TODO: test coverage\"",
"lint": "standard && standard --plugin html *.html",
"lint-fix": "standard --fix && standard --plugin html *.html --fix",
"d": "nodemon --exec \"npm run build && serve\"",
"dev": "nodemon --exec \"npm run build && serve\"",
"development": "nodemon --exec \"npm run build && serve\"",
"build": "sass semanticForms.scss semanticForms.css",
"watch": "sass --watch semanticForms.scss semanticForms.css"
},
"repository": {
"type": "git",
"url": "git://github.com/rooseveltframework/semantic-forms.git"
},
"keywords": [
"semantic",
"forms",
"float",
"label"
],
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}