-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
{
"name": "gingercode",
"description": "Translate from pseudocode to code",
"version": "0.0.2",
"author": "Open Source Weekends",
"homepage": "http://gingercode.org",
"scripts": {
"test": "gulp test"
},
"contributors": [
{
"name": "Javier Gallego Martín",
"url": "https://github.com/bifuer"
},
{
"name": "Chelo Quilón",
"url": "https://github.com/lilxelo"
},
{
"name": "Jose Manuel Gallego Chamorro",
"url": "https://github.com/Josheriff"
},
{
"name": "Ulises Gascón",
"url": "https://github.com/ulisesGascon"
}
],
"main": "./gingercode.js",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/OSWeekends/GingerCode.git"
},
"bugs": {
"url": "https://github.com/OSWeekends/GingerCode/issues"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-debug": "3.0.0",
"gulp-eslint": "3.0.1",
"gulp-jasmine": "2.4.2",
"gulp-replace": "0.5.4",
"jasmine-core": "2.5.2",
"jasmine-diff-matchers": "2.0.0"
}
}