-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"description": "An augmented ng-transclude directive that can pass data to its content",
"name": "@code-restory/cr-transclude",
"version": "2.0.0",
"homepage": "https://github.com/elpddev/cr-transclude",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/elpddev/cr-transclude"
},
"license": "MIT",
"module": "src/index.js",
"keywords": [
"angularjs",
"angular/1",
"transclude",
"ng-transclude"
],
"scripts": {
"build": "webpack --mode production",
"test": "karma start --single-run",
"test:watch": "karma start",
"lint": "eslint --cache --format codeframe --ext mjs,js src test"
},
"peerDependencies": {
"angular": "^1.6"
},
"devDependencies": {
"@neutrinojs/airbnb-base": "^9.4.0",
"@neutrinojs/karma": "^9.4.0",
"@neutrinojs/library": "^9.4.0",
"angular": "1.8.0",
"angular-mocks": "1.6.10",
"eslint": "^7",
"jquery": "^3.5.1",
"karma": "^5",
"karma-cli": "^2",
"mocha": "^8",
"neutrino": "^9.4.0",
"webpack": "^4",
"webpack-cli": "^3"
}
}