- commit
- de764be1bd11d4f448b79d9113fbf2f5cd4948ad
- parent
- 5c5f58b3529f94e351804b20ae3b0c24d7ac3d82
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-02-03 13:03
add package.json
Diffstat
| M | Makefile | 2 | +- |
| A | package.json | 23 | +++++++++++++++++++++++ |
2 files changed, 24 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -1,2 +1,2 @@1 -1 babel.js: src/babel.js-1 1 babel.js: src/babel.js lib/*.js 2 2 browserify $< -o $@
diff --git a/package.json b/package.json
@@ -0,0 +1,23 @@
-1 1 {
-1 2 "name": "babelacc",
-1 3 "version": "1.0.0",
-1 4 "description": "compare different implementations of accname",
-1 5 "devDependencies": {
-1 6 "accessibility-developer-tools": "^2.12.0",
-1 7 "aria-api": "^0.2.0",
-1 8 "axe-core": "^2.6.1"
-1 9 },
-1 10 "repository": {
-1 11 "type": "git",
-1 12 "url": "git+https://github.com/xi/babelacc.git"
-1 13 },
-1 14 "keywords": [
-1 15 "a11y"
-1 16 ],
-1 17 "author": "Tobias Bengfort",
-1 18 "license": "MIT",
-1 19 "bugs": {
-1 20 "url": "https://github.com/xi/babelacc/issues"
-1 21 },
-1 22 "homepage": "https://github.com/xi/babelacc#readme"
-1 23 }