forked from Gisto/Gisto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "gisto",
"version": "0.2.6b",
"description": "Gisto is a Cross-platform snippets management desktop application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your existing snippets by connecting your GitHub account! Gisto started as an attempt to fulfill the lack of a syntax highlighted and cloud synchronized code snippet solution. You may thing of Gisto as Evernote for code.",
"homepage": "http://www.gistoapp.com/",
"main": "app/index.html",
"devDependencies": {
"gulp-concat-sourcemap": "^1.3.1",
"gulp-connect": "^2.0.6",
"gulp-strip-debug": "^0.3.0",
"gulp-util": "^2.2.20",
"node-webkit-builder": "git://github.com/gisto/node-webkit-builder",
"yargs": "^1.2.6"
},
"scripts": {
"postinstall": "bower install",
"start": "gulp server"
},
"repository": {
"type": "git",
"url": "https://github.com/gisto/gisto.git"
},
"bugs": {
"url": "https://github.com/gisto/gisto/issues"
},
"keywords": [
"gisto",
"gist",
"code",
"snippets"
],
"author": [
{
"name": "Maayan Glikser",
"url": "http://www.glikm.com"
},
{
"name": "Sasha Khamkov",
"url": "http://www.sanusart.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gisto/gisto/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"dependencies": {
"bower": "^1.3.8",
"gulp": "^3.8.6"
}
}