-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.1 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
{
"name": "exificient.js",
"version": "0.0.5",
"description": "exi and exi4json parser in pure js",
"main": "dist/exificient.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -r ts-node/register test/TypeScriptTest.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EXIficient/exificient.js.git"
},
"keywords": [
"exi",
"json"
],
"author": "Daniel Peintner",
"license": "MIT",
"bugs": {
"url": "https://github.com/EXIficient/exificient.js/issues"
},
"homepage": "https://github.com/EXIficient/exificient.js#readme",
"files": [
"dist/exificient.js",
"dist/xml-parser.js"
],
"dependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"tsc": "^1.20150623.0"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"chai": "^4.1.0",
"mocha": "^3.5.0",
"ts-node": "^3.3.0",
"typescript": "^2.3.4",
"typescript-standard": "^0.3.30"
}
}