-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"name": "open-measurement-referenceapp-web",
"version": "0.0.0",
"description": "Reference app for the OMSDK for Web.",
"main": "index.js",
"scripts": {
"postinstall": "cd ../ && npm install && npm run generate-version",
"buildDeps": "gulp buildDeps",
"build": "gulp build",
"start": "gulp start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src"
},
"keywords": [],
"author": "GitHub contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/InteractiveAdvertisingBureau/Open-Measurement-ReferenceApp-Web#readme",
"private": false,
"devDependencies": {
"browser-sync": "^2.26.7",
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.0.1",
"css-loader": "^3.2.0",
"eslint": "^6.4.0",
"eslint-config-google": "^0.14.0",
"google-closure-compiler": "^20200112.0.0",
"google-closure-library": "^20200112.0.0",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-data": "^1.3.1",
"gulp-template": "^5.0.0",
"gulp-watch": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"plugin-error": "^1.0.1",
"style-loader": "^1.0.0"
}
}