forked from qmlweb/qmlweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.2 KB
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
{
"name": "qmlweb",
"version": "0.0.8",
"description": "QML port to Javascript",
"license": "BSD",
"repository": "qmlweb/qmlweb",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.6.2",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.1.7",
"gulp-eslint": "^2.0.0",
"gulp-iife": "^0.3.0",
"gulp-istanbul": "^0.10.4",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "~0.0.24",
"phantomjs-prebuilt": "^2.1.4",
"qmlweb-parser": "0.0.1"
},
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch"
},
"files": [
"AUTHORS",
"LICENSE",
"README.md",
"misc/**/*.svg",
"misc/**/*.png",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/LICENSE",
"src/**/*.js",
"src/**/*.qml",
"tests/**/*.js",
"tests/**/*.png",
"tests/**/*.qml",
"gulpfile.js"
]
}