Files
alfresco-ng2-components/tools/schematics/adf/package.json
Andy Stark 60644d9917 [ADF-2969] Moved doc tools to new tools folder (#3314)
* [ADF-2969] Moved doc tools to new tools folder

* [ADF-2969] Added files missing from schematic

* [ADF-2969] Added missing files to schematic
2018-05-11 14:01:19 +01:00

25 lines
547 B
JSON

{
"name": "adf",
"version": "0.0.0",
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine **/*_spec.js"
},
"keywords": [
"schematics"
],
"author": "",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^0.5.8",
"@angular-devkit/schematics": "^0.5.8",
"@types/jasmine": "^2.6.0",
"@types/node": "^8.0.31",
"ejs": "^2.5.9",
"jasmine": "^2.8.0",
"typescript": "^2.5.2"
}
}