-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 835 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 835 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
35
36
{
"name": "meta-api-ng2",
"version": "1.0.0",
"description": "META API client for Angular2",
"main": "lib/index.ts",
"typings": "lib/index.d.ts",
"scripts": {
"tsc": "tsc",
"prepublish": "rm -rf lib && tsc -p src",
"postinstall": "rm -rf lib && tsc -p src",
"typings": "typings"
},
"keywords": [
"meta-api",
"meta-connector",
"meta-platform",
"metaplatform",
"angular2"
],
"author": "META Platform team <www.meta-platform.com>",
"license": "ISC",
"dependencies": {
"crypto-js": "3.1.6",
"angular2": "2.0.0-beta.12",
"es6-promise": "3.0.2",
"es6-shim": "0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.22",
"zone.js": "0.6.6"
},
"devDependencies": {
"typescript": "^1.7.3",
"typings": "^0.6.8"
}
}