forked from eclipsesource/JsonFormsEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jsonforms-editor",
"private": true,
"version": "0.0.11",
"description": "An editor for jsonforms",
"repository": "https://github.com/eclipsesource/JsonFormsEditor",
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"bower": "^1.3.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "1.12.0",
"jsonforms": "1.0.2",
"morgan": "~1.6.1",
"passport": "0.3.1",
"passport-github": "1.1.0",
"request": "2.69.0",
"tv4": "^1.2.7"
},
"devDependencies": {
"coveralls": "2.11.8",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-bump": "latest",
"grunt-cli": "^0.1.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-append": "latest",
"grunt-git": "latest",
"grunt-index-html-template": "^0.2.5",
"grunt-karma": "^0.12.1",
"grunt-protractor-runner": "^3.0.0",
"grunt-run": "latest",
"grunt-typescript": "^0.8.0",
"jasmine-core": "~2.4.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "latest",
"karma-coverage": "0.5.4",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "latest",
"phantomjs-prebuilt": "latest",
"protractor": "^3.0.0",
"remap-istanbul": "latest"
},
"scripts": {
"preinstall": "npm install typings -g",
"postinstall": "bower install && grunt dist && ./node_modules/protractor/bin/webdriver-manager update"
}
}