123456789101112131415161718192021222324252627 |
- {
- "name": "cidex",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@antrain.avenueduweb.fr:matchlive.git"
- },
- "author": "contact@jeremielibeau.fr",
- "license": "ISC",
- "dependencies": {
- },
- "devDependencies": {
- "grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-contrib-copy": "^1.0.0",
- "grunt-contrib-watch": "^1.0.0",
- "grunt-sass": "^1.2.1",
- "grunt-symfony2": "^0.5.0",
- "grunt": "^0.4.5",
- "load-grunt-tasks": "^3.4.1"
- }
- }
|