UNPKG

737 BJSONView Raw
1{
2 "name": "grunt-contrib-internal",
3 "description": "Internal tasks for managing the grunt-contrib projects",
4 "version": "1.2.0",
5 "author": {
6 "name": "Grunt Team",
7 "url": "http://gruntjs.com/"
8 },
9 "repository": "gruntjs/grunt-contrib-internal",
10 "license": "MIT",
11 "engines": {
12 "node": ">=0.10.0"
13 },
14 "scripts": {
15 "test": "grunt test"
16 },
17 "dependencies": {
18 "read-package-json": "^2.0.0"
19 },
20 "devDependencies": {
21 "grunt": "^1.0.0",
22 "grunt-contrib-jshint": "^1.0.0"
23 },
24 "peerDependencies": {
25 "grunt": ">=0.4.0"
26 },
27 "keywords": [],
28 "files": [
29 "tasks",
30 ".travis.yml",
31 "appveyor.yml",
32 "LICENSE-MIT",
33 "CONTRIBUTING.md"
34 ],
35 "appveyor_id": "vhmcvnnnmou73wq8"
36}