-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
57
{
"name": "xone",
"version": "0.7.412",
"description": "Open source Javascript framework for building modern web applications.",
"keywords": [
"Javascript Framework",
"MVC",
"Mobile Apps",
"Web Apps",
"Hybrid Apps",
"Development Environment"
],
"bugs": {
"url": "https://github.com/nextapps-de/xone/issues",
"email": "[email protected]"
},
"main": "app.js",
"preferGlobal": true,
"bin": {
"xone": "cli/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nextapps-de/xone.git"
},
"scripts": {
"coverage-test": "istanbul cover phantomjs dev/run-jasmine2.js test/index.html",
"coveralls": "npm run coverage-test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"homepage": "https://nextapps-de.github.io/xone/",
"author": "Thomas Wilkerling",
"license": "Apache-2.0",
"dependencies": {
"benchmark": "^2.1.4",
"chart.js": "^2.7.1",
"csso": "^3.5.1",
"flexicache": "^0.1.13",
"google-closure-compiler": "^20180610.0.1",
"google-closure-compiler-js": "^20180506.0.0",
"highlight.js": "^9.12.0",
"ink-docstrap": "^1.3.2",
"jasmine": "^3.0.0",
"jsdoc": "^3.5.5",
"less": "^3.0.4",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"lz-string": "^1.4.4",
"marked": "^0.3.9",
"web-animations-js": "^2.3.1",
"web-servo": "^0.5.1"
},
"devDependencies": {
"coveralls": "^3.0.1",
"istanbul": "^0.4.5",
"phantomjs-prebuilt": "^2.1.16"
}
}