-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
28 lines (28 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"title": "White Space Sanitizer",
"name": "ws-sanitizer",
"description": "Bring sanity to your white spaces and tabs leveraging Brackets settings",
"version": "1.2.1",
"author": "Miguel Castillo <[email protected]>",
"homepage": "https://github.com/MiguelCastillo/Brackets-wsSanitizer",
"keywords": ["indentation", "white space", "tabs"],
"repository": {
"type": "git",
"url": "git://github.com/MiguelCastillo/Brackets-wsSanitizer.git"
},
"engines": {
"brackets": ">=0.42.0"
},
"devDependencies": {
"bit-imports": "~0.1.5",
"chai": "~2.1.2",
"mocha": "~2.2.1",
"grunt": "~0.4.5",
"jshint-stylish": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-mocha": "~0.4.12",
"grunt-concurrent": "~1.0.0"
}
}