mustache.js: use git-submodules instead of npm to include mustache.js
Showing
.gitmodules
0 → 100644
package-lock.json
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | ||
"name": "xmpp-pane", | ||
"version": "1.0.0", | ||
"description": "Tool to communicate with XMPP network services.", | ||
"main": "index.js", | ||
"dependencies": { | ||
"mustache": "^2.3.0" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://projects.adorsaz.ch/adrien/xmpp-pane" | ||
}, | ||
"author": "Adrien Dorsaz <adrien@adorsaz.ch>", | ||
"license": "GPL-3.0" | ||
} |
mustache.js @ 3fddfb1c
Please register or sign in to comment