-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (37 loc) · 922 Bytes
/
package.json
File metadata and controls
50 lines (37 loc) · 922 Bytes
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
{
"name": "editor-frontend-eclipse",
"version": "0.1.0",
"description": "A frontend for the ariatemplates/editor-backend backend, as an Eclipse plugin.",
"keywords": [
"editor",
"ide",
"frontend",
"eclipse"
],
"bugs": "https://github.com/ariatemplates/editor-frontend-eclipse/issues",
"license": "Apache-2.0",
"author": {
"name": "Yannick Meine",
"email": "yannick.meine@gmail.com",
"url": "http://ymeine.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/ariatemplates/editor-frontend-eclipse"
},
"directories": {
"lib": "./src"
},
"preferGlobal": false,
"private": true,
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-clean":"0.5.x",
"grunt-execute": "0.2.x",
"grunt-curl": "1.5.x",
"grunt-contrib-compress": "0.8.x"
},
"dependencies": {
"editor-backend": "git+https://github.com/ariatemplates/editor-backend#version/0.1.x"
}
}