summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise2022-10-28 18:30:24 -0500
committerBlaise2022-10-28 18:30:24 -0500
commit7a6214635351abd35ed9c05c73713d22e4e2439e (patch)
tree89728091f104777201a8323b30df3e6f7bea73e9
parent8a627ecc1ed37e82d2f48c08204923d4734127b1 (diff)
Remove Bower files
-rw-r--r--bower.json30
-rw-r--r--package.json27
2 files changed, 0 insertions, 57 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index b89fc78..0000000
--- a/bower.json
+++ /dev/null
@@ -1,30 +0,0 @@
1{
2 "name": "microlight",
3 "version": "0.0.7",
4 "homepage": "https://github.com/asvd/microlight",
5 "authors": [
6 "Dmitry Prokashev <heliosframework@gmail.com>"
7 ],
8 "description": "highlights code in any language",
9 "main": "microlight.js",
10 "moduleType": [
11 "amd",
12 "globals"
13 ],
14 "keywords": [
15 "syntax",
16 "highlight",
17 "highlighting",
18 "source",
19 "code",
20 "source code",
21 "snippet",
22 "code snippet"
23 ],
24 "license": "MIT",
25 "ignore": [
26 "**/.*",
27 "node_modules",
28 "bower_components"
29 ]
30}
diff --git a/package.json b/package.json
deleted file mode 100644
index 9006e24..0000000
--- a/package.json
+++ /dev/null
@@ -1,27 +0,0 @@
1{
2 "author": "Dmitry Prokashev <heliosframework@gmail.com>",
3 "name": "microlight",
4 "description": "highlights code in any language",
5 "version": "0.0.7",
6 "keywords": [
7 "syntax",
8 "highlight",
9 "highlighting",
10 "source",
11 "code",
12 "source code",
13 "snippet",
14 "code snippet"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/asvd/microlight.git"
19 },
20 "main": "microlight.js",
21 "dependencies": {},
22 "devDependencies": {},
23 "optionalDependencies": {},
24 "engines": {
25 "node": "*"
26 }
27}