forked from pentaho/pentaho-platform-plugin-common-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 844 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": "common-ui",
"version": "0.0.0",
"description": "Common UI",
"repository": "https://github.com/pentaho/pentaho-platform-plugin-common-ui/",
"license": "Apache-2.0",
"private": true,
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.4.1",
"jsdoc": "^3.4.3",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "^0.1.2",
"karma-coverage": "^0.5.3",
"karma-html-reporter": "0.2.x",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-junit-reporter": "^0.3.8",
"karma-mocha-reporter": "^1.1.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "0.2.x",
"phantomjs-prebuilt": "^2.1.3",
"requirejs": "~2.1.9",
"yuidocjs": "~0.3.45",
"eslint": "^2.9.0",
"eslint-config-google": "^0.5.0"
}
}