Skip to content

Commit

Permalink
package.json: Indent with two spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 2, 2014
1 parent d459673 commit 957a3ac
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "assetgraph-sprite",
"description": "AssetGraph plugin for creating sprites from background images",
"repository": "git://github.com/One-com/assetgraph-sprite.git",
"version": "0.5.5",
"maintainers": [
{
"name": "Andreas Lind Petersen",
"email": "andreas@one.com"
}
],
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"passerror": "=0.0.1",
"seq": "=0.3.5",
"underscore": "=1.4.2"
},
"optionalDependencies": {
"canvas": "=1.1.2"
},
"devDependencies": {
"assetgraph": "=1.2.3",
"vows": ">=0.6.2"
},
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"prepublish": "vows"
},
"main": "lib/spriteBackgroundImages.js"
"name": "assetgraph-sprite",
"description": "AssetGraph plugin for creating sprites from background images",
"repository": "git://github.com/One-com/assetgraph-sprite.git",
"version": "0.5.5",
"maintainers": [
{
"name": "Andreas Lind Petersen",
"email": "andreas@one.com"
}
],
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"passerror": "=0.0.1",
"seq": "=0.3.5",
"underscore": "=1.4.2"
},
"optionalDependencies": {
"canvas": "=1.1.2"
},
"devDependencies": {
"assetgraph": "=1.2.3",
"vows": ">=0.6.2"
},
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"prepublish": "vows"
},
"main": "lib/spriteBackgroundImages.js"
}

0 comments on commit 957a3ac

Please sign in to comment.