- commit
- bed4e0a0bc9125f21a2c74761e3cfb03da33ce21
- parent
- 88109ae421da0896ee8bd3f5096e6579d5ac2bfa
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2016-02-19 21:42
add basic package.json
Diffstat
| A | package.json | 26 | ++++++++++++++++++++++++++ |
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
@@ -0,0 +1,26 @@
-1 1 {
-1 2 "name": "muu",
-1 3 "version": "0.1.4",
-1 4 "description": "lightweight JS framework",
-1 5 "main": "dist/muu.js",
-1 6 "directories": {
-1 7 "doc": "doc",
-1 8 "example": "examples",
-1 9 "test": "test"
-1 10 },
-1 11 "dependencies": {},
-1 12 "devDependencies": {},
-1 13 "scripts": {
-1 14 "test": "echo \"Error: no test specified\" && exit 1"
-1 15 },
-1 16 "repository": {
-1 17 "type": "git",
-1 18 "url": "git+https://github.com/xi/muu.git"
-1 19 },
-1 20 "author": "Tobias Bengfort <tobias.bengfort@posteo.de>",
-1 21 "license": "GPL-2.0+",
-1 22 "bugs": {
-1 23 "url": "https://github.com/xi/muu/issues"
-1 24 },
-1 25 "homepage": "https://github.com/xi/muu#readme"
-1 26 }