UNPKG

1.08 kBJSONView Raw
1{
2 "name": "grunt-deps-ok",
3 "description": "Quickly checks if top level dependencies are missing or out of date",
4 "version": "0.1.5",
5 "homepage": "https://github.com/bahmutov/grunt-deps-ok",
6 "author": {
7 "name": "Gleb Bahmutov",
8 "email": "gleb.bahmutov@gmail.com",
9 "url": "http://glebbahmutov.com/"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/bahmutov/grunt-deps-ok.git"
14 },
15 "bugs": {
16 "url": "https://github.com/bahmutov/grunt-deps-ok/issues"
17 },
18 "licenses": [
19 {
20 "type": "MIT",
21 "url": "https://github.com/bahmutov/grunt-deps-ok/blob/master/LICENSE-MIT"
22 }
23 ],
24 "main": "Gruntfile.js",
25 "engines": {
26 "node": ">= 0.8.0"
27 },
28 "scripts": {
29 "test": "grunt test"
30 },
31 "dependencies": {
32 "deps-ok": "0.0.5"
33 },
34 "devDependencies": {
35 "grunt-contrib-jshint": "~0.6.4",
36 "grunt-contrib-clean": "~0.5.0",
37 "grunt-contrib-nodeunit": "~0.2.1",
38 "grunt": "~0.4.1",
39 "grunt-bump": "0.0.11"
40 },
41 "keywords": [
42 "gruntplugin",
43 "dependencies",
44 "missing",
45 "ondemand"
46 ]
47}