-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
64 lines (64 loc) · 1.72 KB
/
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
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
{
"name": "ng1bs4",
"version": "0.3.0",
"description": "A Library of AngularJS Components Implementing Boostrap 4",
"main": "dist/ng1bs4.js",
"scripts": {
"serve": "node tasks.js",
"build": "npm run library && npm run docs",
"library": "node tasks.js",
"docs": "node tasks.js",
"lint": "eslint --ext .js src/",
"test": "true",
"lint-fix": "eslint --ext .js src/ --fix",
"new": "yo ./generators/component"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IdanCo/ng1bs4.git"
},
"keywords": [
"bootstrap",
"angularJS",
"frontend"
],
"author": "Idan Cohen",
"license": "ISC",
"bugs": {
"url": "https://github.com/IdanCo/ng1bs4/issues"
},
"homepage": "https://github.com/IdanCo/ng1bs4#readme",
"dependencies": {
"angular": "^1.6.3",
"angular-sanitize": "^1.6.4",
"bootstrap": "4.0.0-beta.2",
"jquery": ">=3.0.0",
"popper.js": "^1.11.0"
},
"devDependencies": {
"angular-highlightjs": "^0.7.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.27.3",
"eslint": "^4.3.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-angular": "^3.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"ng-showdown": "^1.1.0",
"node-sass": "^4.5.0",
"postcss-flexbugs-fixes": "^3.0.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"webpack": "^2.5.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-config": "^7.0.0",
"webpack-dev-server": "^2.4.2",
"yeoman-generator": "^1.0.0",
"yo": "2.0.0"
}
}