-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ionic-circular-popup-menu",
"version": "1.0.10",
"description": "Ionic directive that opens a menu with fabs arranged in a circular fashion",
"main": "./dist/index.js",
"typings": "./dist/index.ts",
"files": "dist",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/luiskcs89/ionic-circular-popup-menu.git"
},
"bugs": {
"url": "https://github.com/luiskcs89/ionic-circular-popup-menu/issues"
},
"scripts": {
"build": "npm run build:esm",
"build:esm": "gulp inline-templates && npm run ngcompile && npm run clean:tmp",
"build:esm:watch": "gulp build:esm:watch",
"clean:all": "npm run clean:tmp && rimraf node_modules",
"clean:dist": "rimraf dist tmp",
"clean:tmp": "rimraf tmp",
"ngcompile": "node_modules/.bin/ngc -p tsconfig-aot.json",
"publishPackage": "npm run build && npm publish"
},
"author": "luiskcs89",
"license": "MIT",
"keywords": [
"Ionic2",
"menu",
"circular"
],
"devDependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.3",
"@compodoc/compodoc": "^1.0.1",
"@types/bowser": "1.0.30",
"@types/node": "^8.0.30",
"angular2-template-loader": "^0.6.2",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"ionic-angular": "3.3.0",
"json-loader": "^0.5.7",
"node-sass": "^4.5.3",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"rxjs": "~5.4.0",
"source-map-explorer": "^1.5.0",
"to-string-loader": "^1.1.5",
"ts-node": "^3.3.0",
"typescript": "2.3.4",
"url-loader": "^0.6.2",
"zone.js": "~0.8.12"
}
}