forked from arandilopez/angularjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 784 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
{
"name": "angularjs-template",
"private": true,
"version": "1.0.0",
"description": "AngularJS + Bootstrap 4 starter template",
"scripts": {
"dev": "gulp",
"build": "gulp --production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arandi López <arandilopez.93@gmail.com>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.2.0",
"gulp-html2js": "^0.4.2",
"laravel-elixir": "^6.0.0-17",
"laravel-elixir-browserify-official": "^0.1.3",
"laravel-elixir-browsersync-official": "^1.0.0"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.14",
"angular": "^1.6.8",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"lodash": "^4.17.4",
"popper.js": "^1.12.9"
}
}