forked from Banjerr/fASCII
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 948 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
37
38
39
40
41
42
{
"name": "fascii",
"version": "1.0.0",
"description": "Awesome old school ASCII art right in your menu bar",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/banjerr/fascii.git"
},
"keywords": [
"ASCII",
"face",
"art",
"old-school",
"javascript",
"angular"
],
"author": "Ben Redden",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/banjerr/fascii/issues"
},
"homepage": "https://github.com/banjerr/fascii#readme",
"devDependencies": {
"devtron": "^1.2.0",
"electron-prebuilt": "^1.2.0"
},
"dependencies": {
"angular": "^1.5.6",
"angular-animate": "^1.5.6",
"angular-aria": "^1.5.6",
"angular-material": "^1.1.0-rc.5",
"angular-messages": "^1.5.6",
"lodash": "^4.13.1",
"lowdb": "^0.13.1",
"menubar": "^4.1.1",
"ngclipboard": "^1.1.1"
}
}