-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (86 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (86 loc) · 2.46 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "smitten",
"version": "1.0.0",
"description": "smitten",
"main": "server/server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/moonsailors/smitten.git"
},
"author": "Connor Campbell, Karen Zapata, Heather Park, Jennica Goo",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/moonsailors/smitten/issues"
},
"homepage": "https://github.com/moonsailors/smitten#readme",
"scripts": {
"clean": "gulp clean",
"compile": "gulp compile",
"build": "gulp build",
"test": "gulp test",
"start": "concurrent --kill-others \"gulp watch\" \"lite-server\"",
"postinstall": "typings install && node node_modules/gulp/bin/gulp build"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"awesome-typescript-loader": "^2.1.1",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"chart.js": "^2.2.1",
"core-js": "^2.4.0",
"del": "^2.2.1",
"es6-shim": "^0.35.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"google-auth-library": "^0.9.8",
"googleapis": "^12.0.0",
"gulp": "^3.9.1",
"gulp-inject-modules": "^1.0.0",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^2.13.6",
"jasmine-core": "^2.4.1",
"lodash": "^4.13.1",
"ng2-charts": "^1.1.0",
"primeng": "1.0.0-beta.12",
"primeui": "4.1.14",
"readline": "^1.3.0",
"reflect-metadata": "^0.1.4",
"request": "^2.74.0",
"rethinkdb": "^2.3.2",
"rxjs": "5.0.0-beta.6",
"sinon": "^1.17.5",
"socket.io": "^1.4.8",
"soundcloud-node-es6": "0.0.1",
"supertest": "^2.0.0",
"synaptic": "^1.0.8",
"systemjs": "^0.19.36",
"systemjs-builder": "^0.15.30",
"textmagic-rest-client": "0.0.5",
"thinky": "^2.3.4",
"tslint": "^3.14.0",
"typescript": "^1.8.10",
"typings": "^1.3.2",
"zone.js": "^0.6.12"
},
"devDependencies": {
"chai": "^3.5.0",
"concurrently": "^2.2.0",
"eslint": "^2.5.3",
"lite-server": "^2.2.2",
"mocha": "^3.0.1",
"nsp": "^2.1.0",
"raw-loader": "^0.5.1",
"to-string-loader": "^1.1.4",
"tslint": "^3.14.0",
"typings": "^1.3.2"
}
}