mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [ADF-2969] Moved doc tools to new tools folder * [ADF-2969] Added files missing from schematic * [ADF-2969] Added missing files to schematic
25 lines
547 B
JSON
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"
|
|
}
|
|
}
|