Matteo Scandolo | a0449cd | 2015-11-03 10:48:01 +0100 | [diff] [blame] | 1 | { |
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 | } |