forked from Alberplz/angular2-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "angular4-color-picker",
"version": "1.4.2",
"description": "Angular 4 Color Picker Directive, no dependences required.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rvmoldova/angular4-color-picker.git"
},
"scripts": {
"build": "gulp"
},
"prepublish": "gulp",
"license": "MIT",
"dependencies": {
"@angular/common": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"rxjs": "^5.2.0",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@types/core-js": "^0.9.40",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.12",
"concurrently": "^3.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.1",
"lite-server": "^2.2.2",
"run-sequence": "^1.2.2",
"typescript": "^2.2.2"
},
"files": [
"lib/*",
"index.d.ts",
"index.ts"
]
}