corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 "name": "ace-builds",
3 "version": "1.2.3",
4 "description": "Ace (Ajax.org Cloud9 Editor)",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "ignore": [
9 "demo"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/ajaxorg/ace-builds.git"
14 },
15 "author": "",
16 "license": "BSD",
17 "bugs": {
18 "url": "https://github.com/ajaxorg/ace-builds/issues"
19 },
20 "homepage": "https://github.com/ajaxorg/ace-builds"
21 }