-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.32 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.32 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
{
"name": "lucybot-embed",
"version": "1.0.0",
"description": "Learn how to embed LucyBot components in an existing website",
"main": "server.js",
"scripts": {
"build": "webpack",
"start": "node server.js"
},
"dependencies": {
"express": "^4.14.0",
"lucybot": "github:LucyBot-Inc/documentation-generator#embed",
"prismjs-themes": "^1.0.2"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^2.0.0-rc.6",
"@angular/forms": "^2.0.0-rc.6",
"@angular/http": "^2.0.0-rc.6",
"@angular/platform-browser": "^2.0.0-rc.6",
"@angular/platform-browser-dynamic": "^2.0.0-rc.6",
"@angular/router": "^3.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.1",
"@types/core-js": "0.9.36",
"@types/node": "7.0.7",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^3.3.7",
"bootstrap-loader": "2.0.0-beta.16",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.26.1",
"ejs": "^2.5.5",
"es6-shim": "^0.35.0",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "git+https://github.com/webpack/file-loader.git",
"font-awesome": "^4.6.3",
"html-loader": "^0.4.4",
"html-minifier": "^3.4.2",
"jquery": "^3.1.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.2",
"node-sass": "3.13.1",
"pug": "^2.0.0-beta6",
"pug-html-loader": "^1.0.10",
"pug-ng-html-loader": "^1.0.10",
"pug-plugin-ng": "0.0.2",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.2",
"resolve-url-loader": "^1.6.1",
"rxjs": "5.0.0-beta.11",
"sass-loader": "^4.1.0",
"style-loader": "^0.13.1",
"ts-loader": "^0.7.2",
"typescript": "^2.1.4",
"typings": "^2.1.0",
"url-loader": "0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.3",
"worker-loader": "^0.7.1",
"zone.js": "^0.6.17"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobby-brennan/angular2-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bobby-brennan/angular2-template/issues"
},
"homepage": "https://github.com/bobby-brennan/angular2-template#readme"
}