{ "name": "riot-query", "version": "1.0.0", "description": "Lets you traverse through a tree of Riot tags and underlying DOM elements", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/riot-query.git" }, "keywords": [ "riot", "query", "jquery" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "dedupe": "^2.0.1" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "@joepie91/gulp-preset-pegjs": "^1.0.0", "babel-preset-es2015": "^6.6.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cached": "^1.1.0", "gulp-peg": "^0.2.0", "gulp-plumber": "^1.1.0", "gulp-remember": "^0.3.0", "gulp-util": "^3.0.7" } }