From 4c638081977dd554593ea2a153215f3a5059a473 Mon Sep 17 00:00:00 2001 From: Arian Stolwijk Date: Thu, 9 Jan 2014 14:14:04 +0100 Subject: [PATCH] Add initial package.json --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..2798af4b --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "mootools-core", + "version": "1.4.5", + "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.", + "main": "index.js", + "scripts": { + "test": "grunt test" + }, + "repository": { + "type": "git", + "url": "https://github.com/mootools/mootools-core.git" + }, + "keywords": [ + "mootools", + "browser", + "class", + "utilities", + "types", + "framework", + "DOM", + "Fx", + "Request" + ], + "author": "MooTools Team", + "license": "MIT", + "bugs": { + "url": "https://github.com/mootools/mootools-core/issues" + }, + "homepage": "https://github.com/mootools/mootools-core" +} -- 2.11.4.GIT