smartanalytics/package.json
2017-04-21 12:40:54 +02:00

22 lines
433 B
JSON
Executable File

{
"name": "smartanalytics",
"version": "1.0.6",
"description": "Google Analytics everywhere",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"author": "",
"license": "MIT",
"dependencies": {
"smartq": "^1.1.1",
"smartrequest": "^1.0.4",
"typings-global": "^1.0.14"
},
"devDependencies": {
"smartchai": "^1.0.3",
"typings-test": "^1.0.3"
}
}