-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "angular2-camelcase",
"version": "0.0.4",
"description": "Angular2 pipe to convert camelCase strings to human readable strings Edit",
"main": "index.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "karma start",
"build": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/previousdeveloper/angular2-camelCase.git"
},
"keywords": [
"angular2",
"camelCase",
"stringOperation"
],
"author": "Gokhan Karadas <gokhan.karadas1992@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/previousdeveloper/angular2-camelCase/issues"
},
"homepage": "https://github.com/previousdeveloper/angular2-camelCase#readme",
"dependencies": {
"decamelize": "1.2.0",
"typings": "^2.0.0"
},
"devDependencies": {
"@angular/common": "^2.4.4",
"@angular/compiler": "^2.4.4",
"@angular/compiler-cli": "^2.4.4",
"@angular/core": "^2.4.4",
"@types/core-js": "^0.9.35",
"@types/es6-shim": "0.0.31",
"@types/jasmine": "^2.5.41",
"@types/node": "^7.0.0",
"@types/phantom": "^3.2.0",
"@types/protractor": "^4.0.0",
"@types/selenium-webdriver": "^2.53.39",
"@types/systemjs": "^0.19.33",
"es6-shim": "^0.35.1",
"jasmine-core": "^2.5.1",
"karma": "^1.1.2",
"jasmine": "^2.3.2",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.24",
"karma-webpack": "^1.8.0",
"phantomjs-prebuilt": "^2.1.10",
"protractor": "^5.0.0",
"reflect-metadata": "0.1.2",
"rxjs": "^5.0.3",
"systemjs": "^0.19.38",
"ts-loader": "0.8.2",
"typescript": "^2.1.5",
"webpack": "^1.13.1",
"zone.js": "^0.7.6"
}
}