UNPKG

547 BJSONView Raw
1{
2 "name": "unindent",
3 "version": "1.0.0",
4 "description": "Remove indentations in a block of code",
5 "main": "lib/unindent.js",
6 "directories": {
7 "lib": "lib",
8 "test": "test"
9 },
10 "scripts": {
11 "test": "mocha --bail"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/curvedmark/unindent.git"
16 },
17 "keywords": [],
18 "author": "Glen Huang <curvedmark@gmail.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/curvedmark/unindent/issues"
22 },
23 "devDependencies": {
24 "mocha": "1.x"
25 }
26}
\No newline at end of file