|
@@ -1,14 +1,17 @@
|
|
|
-{ "name": "AToMPM",
|
|
|
+{
|
|
|
+ "name": "AToMPM",
|
|
|
"version": "0.6.0",
|
|
|
"description": "A Tool for Multi-Paradigm Modelling",
|
|
|
- "bugs":
|
|
|
- {"url": "https://msdl.uantwerpen.be/git/simon/AToMPM/issues",
|
|
|
- "email" : "simon.vanmierlo@uantwerpen.be"},
|
|
|
- "repository" :
|
|
|
- { "type" : "git",
|
|
|
- "url" : "https://msdl.uantwerpen.be/git/simon/AToMPM"
|
|
|
- },
|
|
|
- "dependencies" :
|
|
|
- {"socket.io" : "0.9.16",
|
|
|
- "socket.io-client" : "0.9.16"}
|
|
|
-}
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/AToMPM/atompm/issues",
|
|
|
+ "email": "simon.vanmierlo@uantwerpen.be"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/AToMPM/atompm"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "socket.io": "^0.9.19",
|
|
|
+ "socket.io-client": "^0.9.16"
|
|
|
+ }
|
|
|
+}
|