corrade-nucleus-nucleons – Diff between revs 1 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 20
Line 1... Line 1...
1 { 1 {
2 "name": "nucleus-bootstrap", 2 "name": "nucleus-bootstrap",
3 "version": "1.0.0", 3 "version": "1.1.0",
4 "description": "Bootstrap nucleon for Corrade Nucleus.", 4 "description": "Bootstrap nucleon for Corrade Nucleus.",
5 "main": "index.html", 5 "main": "index.html",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
Line 15... Line 15...
15 "agent" 15 "agent"
16 ], 16 ],
17 "author": "Wizardry and Steamworks <office@grimore.org>", 17 "author": "Wizardry and Steamworks <office@grimore.org>",
18 "license": "GPL-3.0", 18 "license": "GPL-3.0",
19 "dependencies": { 19 "dependencies": {
20 "form_to_object": "^1.0.8" 20 "form_to_object": "^1.0.8",
-   21 "x2js": "^3.1.1"
21 }, 22 },
22 "repository": { 23 "repository": {
23 "type": "svn", 24 "type": "svn",
24 "url" : "http://svn.grimore.org/nucleus-bootstrap" 25 "url": "http://svn.grimore.org/nucleus-bootstrap"
25 } 26 },
-   27 "devDependencies": {}
26 } 28 }