-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 739 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
{
"name": "integration-optimizely",
"version": "1.0.0",
"scripts": {
"testKarma": "node test/boilerplate/test-karma.js",
"watch": "watchify ./node_modules/@mparticle/web-kit-wrapper/index.js -v -o build/$KIT-Kit.js"
},
"devDependencies": {
"@mparticle/web-kit-wrapper": "^1.0.0-rc3",
"mocha": "^2.3.2",
"should": "^7.1.0",
"watchify": "^3.9.0",
"chai": "^4.2.0",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"shelljs": "^0.8.3"
}
}