-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
39
40
41
{
"name": "wab-test-example",
"version": "1.0.1",
"description": "Web App Builder Widget Wrapped with Tests",
"scripts": {
"test": "karma start"
},
"keywords": [
"esri",
"wab",
"webappbuilder",
"unittesting"
],
"license": "Apache-2.0",
"author": "George Bochenek <gbochenek@esri.com>",
"repository": "https://github.com/gbochenek/wab-test-example",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-simple-amd": "^0.3.0",
"babel-preset-es2015-without-strict": "0.0.4",
"babel-preset-stage-0": "^6.24.1",
"esri-wab-build": "^1.0.1",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.0",
"grunt-sass": "^2.1.0",
"grunt-sync": "^0.8.0",
"jasmine-core": "^3.1.0",
"karma": "^4.0.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-dojo": "0.0.1",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-sinon": "^1.0.5",
"sinon": "^4.5.0"
}
}