-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1004 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
{
"name": "@contasystemer/angularjs-assert",
"version": "1.0.5",
"description": "AngularJS assert module provides a set of assertion functions for verifying invariants.",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contasystemer/angularjs-assert.git"
},
"keywords": [
"Conta",
"AngularJS",
"Assert"
],
"author": "Conta AS development team",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/contasystemer/angularjs-assert/issues"
},
"homepage": "https://github.com/contasystemer/angularjs-assert#readme",
"devDependencies": {
"angular": "^1.7.9",
"angular-mocks": "^1.7.9",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"puppeteer": "^5.2.1"
},
"peerDependencies": {
"angular": "^1.7.9"
}
}