-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
56 lines (56 loc) · 1.43 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "terminal.sexy",
"version": "0.4.0",
"description": "View and edit terminal colorschemes in the browser",
"main": "dist/index.html",
"scripts": {
"test": "mocha -R spec test/*",
"start": "gulp",
"minify": "gulp minify"
},
"repository": {
"type": "git",
"url": "git://github.com/stayradiated/terminal.sexy.git"
},
"author": "George Czabania",
"license": "MIT",
"bugs": {
"url": "https://github.com/stayradiated/terminal.sexy/issues"
},
"homepage": "https://github.com/stayradiated/terminal.sexy",
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.3",
"chai": "^2.1.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.1.0",
"mocha": "^2.1.0",
"reactify": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.4.0"
},
"dependencies": {
"bluebird": "^2.9.12",
"colr": "~1.2.1",
"concat-stream": "^1.4.7",
"filereader-stream": "^0.2.0",
"filesaver.js": "^0.1.1",
"golden-layout": "^1.0.6",
"husl": "^5.0.2",
"jquery": "^2.1.3",
"lodash": "^3.3.1",
"node-sass": "^4.5.3",
"react": "^0.12.2",
"react-colorpicker": "^0.3.9",
"react-ranger": "^0.5.5",
"reflux": "^0.2.5",
"termcolors": "^0.5.0",
"termio": "^1.0.0",
"through": "^2.3.6",
"urlsafe-base64": "^1.0.0"
}
}