source: Dev/trunk/node_modules/grunt-path-check/sample/package.json @ 531

Last change on this file since 531 was 516, checked in by hendrikvanantwerpen, 11 years ago

Enable deployment with Grunt.

File size: 773 bytes
Line 
1{
2    "name":        "sample",
3    "version":     "1.2.3",
4    "description": "",
5    "scripts": {
6        "test": "grunt"
7    },
8    "repository": {
9        "type": "git",
10        "url":  "https://github.com/rse/grunt-path-check.git"
11    },
12    "author": {
13        "name":  "Ralf S. Engelschall",
14        "email": "rse@engelschall.com",
15        "url":   "http://engelschall.com"
16    },
17    "licenses": [{
18        "type": "MIT",
19        "url":  "http://opensource.org/licenses/MIT"
20    }],
21    "homepage": "https://github.com/rse/grunt-path-check",
22    "bugs":     "https://github.com/rse/grunt-path-check/issues",
23    "devDependencies": {
24        "grunt":                "~0.4.1",
25        "grunt-cli":            "~0.1.9",
26        "grunt-shell":          "~0.4.0"
27    }
28}
Note: See TracBrowser for help on using the repository browser.