-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "ui-analytics-core",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"examples": "http-serve ./",
"test": "jest --verbose",
"test-watch": "jest --watch --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UIAnalytics/ui-analytics-core.git"
},
"keywords": [],
"author": "UIAnalytics.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/UIAnalytics/ui-analytics-core/issues"
},
"homepage": "https://github.com/UIAnalytics/ui-analytics-core#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"http-serve": "^1.0.1",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0"
}
}