Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Echola <zac.echola@gmail.com>2014-07-26 08:48:19 +0400
committerZac Echola <zac.echola@gmail.com>2014-07-26 08:48:19 +0400
commitf52415bdb2b1569bbfc5a09e1133d48a5cbd0c86 (patch)
tree22201d396add6b35c821b52c2cb9cceed2fa5c13 /package.json
:seedling:
Diffstat (limited to 'package.json')
-rw-r--r--package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9a50e0a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "grunt-bootlint",
+ "description": "An HTML linter for Bootstrap projects",
+ "version": "0.0.0",
+ "homepage": "https://github.com/zacechola/grunt-bootlint",
+ "author": {
+ "name": "Zac Echola",
+ "email": "zac.echola@gmail.com"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/zacechola/grunt-bootlint.git"
+ },
+ "bugs": {
+ "url": "https://github.com/zacechola/grunt-bootlint/issues"
+ },
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/zacechola/grunt-bootlint/blob/master/LICENSE-MIT"
+ }
+ ],
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "scripts": {
+ "test": "grunt test"
+ },
+ "devDependencies": {
+ "grunt-contrib-jshint": "^0.9.2",
+ "grunt-contrib-clean": "^0.5.0",
+ "grunt-contrib-nodeunit": "^0.3.3",
+ "grunt": "~0.4.5"
+ },
+ "peerDependencies": {
+ "grunt": "~0.4.5"
+ },
+ "keywords": [
+ "gruntplugin"
+ ]
+} \ No newline at end of file