12345678910111213141516171819202122 |
- {
- "name": "field",
- "version": "0.0.1",
- "description": "Just a processing js test about force field",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "field",
- "processing"
- ],
- "author": "Noa",
- "license": "BSD-2-Clause",
- "dependencies": {
- "p5": "^0.5.14"
- },
- "devDependencies": {
- "webpack": "^3.6.0"
- }
- }
|