12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "jit-grunt",
- "version": "0.9.1",
- "description": "JIT plugin loader for Grunt.",
- "keywords": [
- "grunt",
- "gruntplugin",
- "jit",
- "loader"
- ],
- "homepage": "https://github.com/shootaroo/jit-grunt",
- "bugs": "https://github.com/shootaroo/jit-grunt/issues",
- "license": "MIT",
- "author": {
- "name": "shootaroo",
- "email": "shotaro.tsubouchi@gmail.com"
- },
- "files": [
- "lib",
- "jit-grunt.js"
- ],
- "directories": {
- "test": "test/"
- },
- "main": "jit-grunt",
- "repository": {
- "type": "git",
- "url": "git://github.com/shootaroo/jit-grunt.git"
- },
- "scripts": {
- "test": "grunt",
- "precommit": "npm test",
- "prepush": "npm test"
- },
- "devDependencies": {
- "grunt": "~0.4.0",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-jscs": "~0.7.0",
- "grunt-mocha-test": "~0.12.0",
- "husky": "~0.6.0",
- "intelli-espower-loader": "~0.4.0",
- "power-assert": "~0.9.0",
- "sinon": "~1.10.0",
- "time-grunt": "~1.0.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "engines": {
- "node": ">=0.8.0"
- }
- }
|