blob: 58b5a33e3ba6cc82686f6f8d0451b5f4309c39dc [file] [log] [blame]
Matteo Scandoloa0449cd2015-11-03 10:48:01 +01001{
2 "name": "generator-xos",
3 "version": "1.0.0",
4 "description": "View generator for XOS",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Matteo Scandolo",
10 "license": "ISC",
11 "dependencies": {
12 "yeoman-generator": "^0.21.1"
13 },
14 "files": [
15 "app"
16 ]
17}