UNPKG

525 BJSONView Raw
1{
2 "author": "Andrew Lunny <alunny@gmail.com>",
3 "name": "xcode",
4 "description": "parser for xcodeproj/project.pbxproj files",
5 "version": "0.8.9",
6 "main": "index.js",
7 "repository": {
8 "url": "https://github.com/alunny/node-xcode.git"
9 },
10 "engines": {
11 "node": ">=0.6.7"
12 },
13 "dependencies": {
14 "node-uuid":"1.4.7",
15 "pegjs": "0.9.0",
16 "simple-plist": "0.1.4"
17 },
18 "devDependencies": {
19 "nodeunit": "0.9.1"
20 },
21 "scripts": {
22 "test": "node_modules/.bin/nodeunit test/parser test"
23 }
24}