-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 957 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
37
{
"name": "abqwebgeeks-debug",
"version": "1.0.0",
"license": "Apache-2.0",
"author": {
"name": "Dylan McDonald",
"email": "dylan@deepdivedylan.com",
"url": "https://www.deepdivedylan.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/dylan-mcdonald/abqwebgeeks-debug.git"
},
"devDependencies": {
"angular": "^1.5.7",
"angular-ui-bootstrap": "^1.3.3",
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"css-loader": "^0.23.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.6.3",
"font-awesome-webpack": "^0.0.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.8.0",
"resolve-url-loader": "^1.5.0",
"sass-loader": "^4.0.0",
"style-loader": "0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.0"
}
}