UNPKG

943 BJSONView Raw
1{
2 "name": "grunt-npm2bower-sync",
3 "description": "Grunt plugin syncing properties from package.json to bower.json",
4 "version": "0.9.0",
5 "homepage": "https://github.com/bahmutov/grunt-npm2bower-sync",
6 "author": {
7 "name": "Gleb Bahmutov",
8 "url": "https://github.com/bahmutov"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/bahmutov/grunt-npm2bower-sync"
13 },
14 "bugs": {
15 "url": "https://github.com/bahmutov/grunt-npm2bower-sync/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/bahmutov/grunt-npm2bower-syn/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "Gruntfile.js",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "test": "grunt"
29 },
30 "devDependencies": {
31 "grunt": "^0.4.5",
32 "grunt-contrib-jshint": "0.11.0",
33 "pre-git": "0.1.1"
34 },
35 "keywords": [
36 "gruntplugin"
37 ],
38 "pre-commit": [
39 "grunt",
40 "npm version"
41 ]
42}