-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "material-parser",
"version": "1.1.0",
"description": "parses ogre material to json using OgreMaterialParser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"keywords": [
"Ogre Material parser",
"OgreMaterial",
"material parser",
"material",
"parser",
"json"
],
"author": {
"name": "mhayman",
"email":"mohmmadayman@aucegypt.edu",
"url": "https://twitter.com/Mohamd_Ayman"
},
"repository" :{
"type" : "git",
"url" : "https://github.com/MohmadAyman/material-parser.git"
},
"bugs" : "https://github.com/MohmadAyman/material-parser/issues",
"license": "Apache-2.0",
"gypfile": true
}