-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "angular-capitalize",
"version": "0.0.1",
"description": "An angular filter for capitalize some strings",
"main": "src/capitalize.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf src/* && webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/ByJC/angular-capitalize"
},
"author": "ByJC (jeancharles.fauvin@gmail.com) Jean-Charles FAUVIN",
"license": "MIT",
"bugs": {
"url": "https://github.com/ByJC/angular-capitalize/issues"
},
"dependencies": {
},
"homepage": "https://github.com/ByJC/angular-capitalize",
"devDependencies": {
"autoprefixer-loader": "~3.2.0",
"babel-core": "~6.5.1",
"babel-loader": "~6.2.2",
"babel-preset-es2015": "~6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"ng-annotate-loader": "~0.1.0",
"node-sass": "^3.4.2",
"path": "^0.11.14",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.1",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
}
}