-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 849 Bytes
/
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
{
"name": "crmin",
"version": "1.0.0",
"description": "Slim CRM Messaging Tool",
"repository": "",
"license": "UNLICENSED",
"private": true,
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings",
"postinstall": "typings install"
},
"dependencies": {
"angular2": "2.0.0-beta.13",
"angular2-materialize": "^2.0.1",
"es6-shim": "^0.35.0",
"jquery": "^2.2.3",
"materialize-css": "^0.97.6",
"ms-signalr-client": "^2.2.2",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.25",
"zone.js": "0.6.6"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.8.0",
"gulp-util": "^3.0.7",
"typescript": "^1.8.9",
"typings": "^0.7.11"
}
}