package.json #2

  • //
  • guest/
  • photex/
  • p4nodeapi/
  • package.json
  • View
  • Commits
  • Open Download .zip Download (1 KB)
{
  "name": "p4",
  "author": {
    "name": "Perforce Software, inc",
    "url": "http://www.perforce.com"
  },
  "contributors": [
    {
      "name": "Gary Gibbons",
      "email": "ggibbons@perforce.com"
    },
    {
      "name": "Jaimen King",
      "email": "jking@perforce.com"
    },
    {
      "name": "Enrique Martin Del Campo",
      "email": "enrique@perforce.com"
    },
    {
      "name": "Chip Collier",
      "email": "photex@gmail.com"
    }
  ],
  "description": "perforce client api for node.js",
  "version": "0.1.0",
  "private": true,
  "main": "./main.js",
  "readme": "./README",
  "scripts": {
    "install": "ncmake -G \"Unix Makefiles\" --build",
    "test": "node ./npm_scripts/test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "fsautil": "~0.1.1",
    "node-cmake": "^1.0.3"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "config": {
    "apiVersion": "15.2",
    "testPort": "workshop.perforce.com:1666"
  },
  "_id": "p4@0.1.0",
  "dist": {
    "shasum": "01fab66735609326b7983a07f55cd7f664bbeb8b"
  },
  "_from": "."
}
# Change User Description Committed
#2 16512 photex p4nodeapi build and implementation updates

- CMake
- Node 5.0.0
- p4 api 15.2
#1 16495 photex branched p4nodeapi
//guest/matt_attaway/p4nodeapi/package.json
#1 8517 Matt Attaway Add a node.js language binding for Perforce

This is fairly simple extension for node to make it easier
to run Perforce commands from your node.js application. We've
used this a fair amount internally, but it hasn't seen the same level
of love as the other Perforce APIs.

This API is not supported by Perforce support, but you are welcome to post
on the forums if you have questions.