-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json: Indent with two spaces.
- Loading branch information
1 parent
d459673
commit 957a3ac
Showing
1 changed file
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |