forked from qontu/ngx-inline-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.33 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
{
"name": "ng2-inline-editor",
"version": "0.1.1-alpha.7",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"postinstall": "typings install",
"prepublish": "tsc --outDir dist",
"tsc": "tsc -w --outDir dist",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "https://github.com/caballerog/ng2-inline-editor"
},
"author": {
"name": "Carlos Caballero",
"email": "caballerog.carlos@gmail.com"
},
"keywords": [
"angular",
"angular2"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/caballerog/ng2-inline-editor/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"es6-shim": "0.35.1",
"jasmine-core": "2.4.1",
"karma": "1.1.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.1",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"phantomjs-prebuilt": "2.1.7",
"reflect-metadata": "0.1.3",
"rxjs": "^5.0.0-beta.12",
"ts-loader": "0.8.2",
"tslint": "3.13.0",
"typescript": "1.8.10",
"typings": "1.3.1",
"webpack": "1.13.1",
"zone.js": "^0.6.23"
},
"engines": {
"node": ">=0.8.0"
}
}