Initial commit
[yaffs-website] / package.json
1 {
2   "name": "yaffs",
3   "version": "1.0.0",
4   "description": "Yaffs website",
5   "main": "web/index.php",
6   "dependencies": {},
7   "devDependencies": {
8     "grunt-contrib-compass": "^1.1.1",
9     "grunt-contrib-sass": "^1.0.0",
10     "grunt-contrib-watch": "^1.0.0",
11     "gulp": "^3.9.1",
12     "gulp-sass": "^3.1.0"
13   },
14   "scripts": {
15     "test": "echo \"Error: no test specified\" && exit 1"
16   },
17   "repository": {
18     "type": "git",
19     "url": ".git"
20   },
21   "author": "",
22   "license": "GPL-2.0+"
23 }