-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 949 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "qmlweb-parser",
"version": "0.3.5",
"description": "QML parser in JavaScript",
"license": "BSD-2-Clause",
"repository": "qmlweb/qmlweb-parser",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.1",
"gulp-iife": "^0.3.0",
"gulp-istanbul": "^0.10.4",
"gulp-order": "^1.1.1",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tape": "0.0.9",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.3",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"uglify-js": "^1.3.5"
},
"scripts": {
"test": "gulp test",
"cover": "gulp cover",
"build": "gulp build",
"watch": "gulp watch"
},
"main": "lib/qmlweb.parser.js",
"files": [
"AUTHORS",
"LICENSE",
"README.md",
"lib/**/*.js",
"lib/**/*.js.map",
"src/**/*.js",
"tests/**/*.js",
"tests/**/*.json",
"tests/**/*.qml",
"gulpfile.js"
]
}