UNPKG

896 BJSONView Raw
1{
2 "name": "fast-plist",
3 "version": "0.1.2",
4 "description": "A fast PLIST parser",
5 "author": "Microsoft Corporation",
6 "main": "./release/src/main.js",
7 "typings": "./release/src/main.d.ts",
8 "scripts": {
9 "watch": "tsc -w",
10 "test": "mocha release/test/test",
11 "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec release/test/test",
12 "prepublish": "tsc"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/Microsoft/node-fast-plist.git"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/Microsoft/node-fast-plist/issues"
21 },
22 "homepage": "https://github.com/Microsoft/node-fast-plist#readme",
23 "devDependencies": {
24 "coveralls": "^2.11.12",
25 "istanbul": "^0.4.4",
26 "mocha": "^3.0.2",
27 "remap-istanbul": "^0.6.4",
28 "sax": "^1.2.1",
29 "typescript": "^1.8.10",
30 "typings": "^1.3.2"
31 }
32}