UNPKG

2.56 kBJSONView Raw
1{
2 "name": "windowslib",
3 "version": "0.6.7",
4 "description": "Windows Phone Utility Library",
5 "keywords": [
6 "appcelerator",
7 "windows",
8 "windows phone",
9 "winstore",
10 "windows store",
11 "visualstudio",
12 "visual studio",
13 "microsoft"
14 ],
15 "author": {
16 "name": "Appcelerator, Inc.",
17 "email": "npmjs@appcelerator.com"
18 },
19 "maintainers": [
20 {
21 "name": "Chris Barber",
22 "email": "cbarber@appcelerator.com"
23 },
24 {
25 "name": "Chris Williams",
26 "email": "cwilliams@appcelerator.com"
27 },
28 {
29 "name": "Dawson Toth",
30 "email": "dtoth@appcelerator.com"
31 },
32 {
33 "name": "Kota Iguchi",
34 "email": "kiguchi@appcelerator.com"
35 }
36 ],
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/appcelerator/windowslib.git"
40 },
41 "license": "Apache Public License v2",
42 "main": "./index",
43 "bugs": {
44 "url": "https://github.com/appcelerator/windowslib/issues"
45 },
46 "directories": {
47 "lib": "./lib"
48 },
49 "dependencies": {
50 "async": "1.5.2",
51 "moment": "2.19.3",
52 "node-appc": "^0.2.47",
53 "uuid": "^3.2.1",
54 "wrench": "1.5.8",
55 "xmldom": "0.1.22"
56 },
57 "devDependencies": {
58 "mocha": "*",
59 "mocha-jenkins-reporter": "0.3.7",
60 "nyc": "^11.9.0",
61 "should": "^13.2.1"
62 },
63 "scripts": {
64 "test": "nyc --reporter=html --reporter=json --reporter=text --reporter=text-summary mocha --require test/init --reporter mocha-jenkins-reporter --check-leaks test/",
65 "test-assemblies": "mocha --require test/init --reporter spec --check-leaks test/test-assemblies",
66 "test-certs": "mocha --require test/init --reporter spec --check-leaks test/test-certs",
67 "test-device": "mocha --require test/init --reporter spec --check-leaks test/test-device",
68 "test-emulator": "mocha --require test/init --reporter spec --check-leaks test/test-emulator",
69 "test-env": "mocha --require test/init --reporter spec --check-leaks test/test-env",
70 "test-logrelay": "mocha --require test/init --reporter spec --check-leaks test/test-logrelay",
71 "test-process": "mocha --require test/init --reporter spec --check-leaks test/test-process",
72 "test-visualstudio": "mocha --require test/init --reporter spec --check-leaks test/test-visualstudio",
73 "test-windowsphone": "mocha --require test/init --reporter spec --check-leaks test/test-windowsphone",
74 "test-winstore": "mocha --require test/init --reporter spec --check-leaks test/test-winstore",
75 "test-wptool": "mocha --require test/init --reporter spec --check-leaks test/test-wptool"
76 },
77 "engines": {
78 "node": ">=0.8"
79 }
80}