-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.54 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "tracker",
"version": "1.0.0",
"description": "Javascript tracker for neons.io application",
"main": "src/index.ts",
"author": "neons",
"license": "MIT",
"scripts": {
"pretest": "gulp lint",
"postinstall": "typings install",
"test": "gulp test",
"build": "gulp build",
"lint": "gulp lint",
"saucelabs": "gulp unit-test-saucelabs"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "13.1.0",
"browserify-istanbul": "^2.0.0",
"browserify-shim": "^3.8.12",
"chai": "3.5.0",
"gulp": "3.9.1",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.0.0",
"gulp-karma": "0.0.5",
"gulp-rename": "1.2.2",
"gulp-tslint": "6.0.2",
"gulp-typescript": "2.13.6",
"gulp-uglify": "2.0.0",
"istanbul": "0.4.4",
"karma": "^1.2.0",
"karma-browserify": "^5.1.0",
"karma-coverage": "^1.1.1",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sauce-launcher": "^1.0.0",
"lodash": "^4.15.0",
"mocha": "3.0.2",
"phantomjs": "^2.1.7",
"protractor": "^4.0.0",
"run-sequence": "1.2.2",
"sinon": "1.17.5",
"tslint": "3.14.0",
"typescript": "1.8.10",
"typings": "0.7.9",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"repository": {
"type": "git",
"url": "http://neons.io"
},
"keywords": [
"analytics"
],
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {}
}