-
Notifications
You must be signed in to change notification settings - Fork 267
/
package.json
36 lines (36 loc) · 920 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
29
30
31
32
33
34
35
36
{
"name": "Colorsublime-Themes",
"version": "0.1.0",
"description": "Colorsublime themes collection http://colorsublime.com",
"main": "Gruntfile.js",
"scripts": {
"lint": "eslint tests",
"test": "npm run lint && mocha tests/runner.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "git://github.com/Colorsublime/Colorsublime-Themes.git"
},
"keywords": [
"sublime text",
"themes",
"colorsublime"
],
"author": "Gianluca Guarini & Sidney Widmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Colorsublime/Colorsublime-Themes/issues"
},
"homepage": "http://colorsublime.com",
"devDependencies": {
"chai": "^4.1.2",
"color-parser": "^0.1.0",
"elementtree": "^0.1.7",
"eslint": "^4.19.1",
"eslint-config-riot": "^1.0.0",
"libxmljs": "^0.19.7",
"mocha": "^5.2.0",
"plist": "^2.1.0",
"walk": "^2.3.9"
}
}