-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 869 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
{
"name": "utm-extractor",
"version": "1.0.8",
"description": "Parse queryString and extract each utm parameters",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build",
"test": "babel-node spec/support/run.js"
},
"homepage": "https://github.com/MalguyMQ/utm-extractor",
"bugs": "https://github.com/MalguyMQ/utm-extractor/issues",
"keywords": "#utm #parser #query #marketing",
"author": "MalguyMQ",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jasmine": "^3.10.0",
"jasmine-core": "^3.10.1",
"jasmine-expect": "^5.0.0"
},
"unmockedModulePathPatterns": [
"jasmine-expect"
]
}