-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "@creads/partners-sdk-angular",
"version": "2.28.0",
"description": "A simple AngularJS module for Creads Partners API.",
"scripts": {
"prepare": "npm run build",
"test": "karma start --single-run",
"prebuild": "check-node-version --node $(cat .nvmrc)",
"build": "webpack --babel --bail --mode=production"
},
"main": "dist/partners-sdk-angular.js",
"repository": {
"type": "git",
"url": "git+https://github.com/creads/partners-sdk-angular.git"
},
"author": "Samuel Vaillant <[email protected]>",
"contributors": [
"Samuel Vaillant <[email protected]>"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"angular": "^1.4.9",
"angular-mocks": "^1.4.9",
"babel-loader": "^8.0.5",
"chai": "^2.1.1",
"check-node-version": "^3.3.0",
"clean-webpack-plugin": "^3.0.0",
"debug": "2.6.9",
"http-proxy": "1.16.2",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.1",
"mocha": "^6.2.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"peerDependencies": {
"angular": ">=1.4.9"
}
}