-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 KB
/
package.json
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
{
"name": "ng2-gui-messages",
"version": "1.0.1",
"description": "Feedback messages manager for Angular 2",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"postinstall": "typings install",
"prepublish": "tsc",
"htmlcopy": "copyfiles src/*.html dist",
"tsc": "tsc && npm run htmlcopy",
"dist": "npm run tsc && npm run htmlcopy && npm run lesscopy",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "https://github.com/magenta-innova/ng2-gui-messages.git"
},
"author": {
"name": "Octavio Garbarino",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/magenta-innova/ng2-gui-messages.git/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
},
"devDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"codelyzer": "^0.0.28",
"tslint": "^3.15.1",
"typescript": "2.0.2",
"typings":"^1.0.4",
"copyfiles": "1.0.0",
"zone.js": "0.6.23"
},
"engines": {
"node": ">=0.8.0"
}
}