{
  "name": "jquery-free",
  "version": "0.2.1",
  "description": "Some utility functions for native DOM NODE objects, like jQuery without overhead of functions. Better performance ",
  "main": "index.js",
  "scripts": {
    "test": "npm run build && mocha --compilers js:babel-register",
    "build": "node tasks/build.js",
    "watch": "npm-watch",
    "serve": "npm run test && node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LucaMele/no-jquery.git"
  },
  "keywords": [
    "jquery-free",
    "native",
    "querySelector"
  ],
  "author": "Luca.Mele@hotmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LucaMele/no-jquery/issues"
  },
  "homepage": "https://github.com/LucaMele/no-jquery#readme",
  "watch": {
    "build": "{src,test}/*.js"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.16.0",
    "babelify": "^7.3.0",
    "browserify": "^13.1.0",
    "chai": "^3.5.0",
    "express": "^4.14.0",
    "jsdom": "^9.5.0",
    "mkdirp": "^0.5.1",
    "mocha": "^3.1.0",
    "mocha-jshint": "^2.3.1",
    "node-mkdirp": "0.0.1",
    "npm-watch": "^0.1.6",
    "uglifyify": "^3.0.3"
  }
}
