forked from salte-io/ng-currency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.92 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
65
{
"name": "ng-currency",
"version": "0.0.0-semantically-released.0",
"main": "dist/ng-currency.js",
"description": "Directive that works in conjunction with currency filter.",
"homepage": "http://alaguirre.com",
"bugs": "https://github.com/salte-io/salte-seed/issues",
"contributors": [
"Luis Aguirre <[email protected]>",
"Nick Woodward <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/aguirrel/ng-currency.git"
},
"keywords": [
"currency",
"directive",
"filter"
],
"scripts": {
"tdd": "karma start",
"test": "karma start --single-run",
"build:dev": "webpack -d",
"build:prod": "webpack -p",
"publish-latest": "publish-latest --user-email [email protected] --user-name aguirrel",
"semantic-release": "semantic-release pre && npm run build:prod && npm publish && npm run publish-latest && semantic-release post"
},
"license": "MIT",
"devDependencies": {
"angular": "1.6.0",
"angular-mocks": "1.6.0",
"babel-core": "6.11.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"cz-conventional-changelog": "^1.2.0",
"eslint": "3.1.1",
"eslint-config-google": "0.6.0",
"eslint-loader": "1.4.1",
"eslint-plugin-jasmine": "^1.8.1",
"html-loader": "^0.4.3",
"isparta-loader": "2.0.0",
"jasmine-core": "^2.4.1",
"karma": "1.1.2",
"karma-coverage": "1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "2.0.4",
"karma-phantomjs-launcher": "1.0.1",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"ng-annotate-loader": "0.1.1",
"ng-select-all-on-focus": "1.0.3",
"phantomjs-prebuilt": "2.1.8",
"publish-latest": "^1.1.2",
"semantic-release": "^4.3.5",
"sinon": "^1.17.5",
"webpack": "1.13.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}