forked from ball6847/ng2-parse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 926 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 926 Bytes
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
{
"name": "ng2-parse",
"version": "1.0.0",
"description": "angular2 service for Parse",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ball6487/ng2-parse.git"
},
"author": "Porawit Poboonma <ball6847@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ball6487/ng2-parse/issues"
},
"homepage": "https://github.com/ball6487/ng2-parse#readme",
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@types/node": "^6.0.38",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@types/parse": "git+https://github.com/ball6847/typings-parse.git",
"@types/typescript": "^2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0"
}
}