-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.12 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.12 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Objectified",
"version": "0.1.0",
"author": "Delmarc Eric Rosario <delmarc@uneek1.com>",
"description": "A JavaScript 'Engine'",
"homepage": "https://github.com/ObjectifiedJS/Objectified-Core",
"repository": {
"type": "git",
"url": "https://github.com/ObjectifiedJS/Objectified-Core.git"
},
"bugs": {
"url": "https://github.com/ObjectifiedJS/Objectified-Core/issues"
},
"contributors": [
{
"name": "Delmarc Eric Rosario",
"email": "delmarc@uneek1.com"
}
],
"bin": {},
"scripts": {
"start": "npm install && npm run buildCore",
"buildCore": "gulp",
"buildCoreForModule": "gulp ObjectifiedCoreForModule"
},
"test": "",
"main": "",
"keywords": [
"Objectified"
],
"dependencies": {
"gulp": "",
"gulp-concat": "",
"gulp-mocha": "",
"gulp-open": "",
"gulp-rename": "^1.2.2",
"gulp-uglify": ""
},
"analyze": false,
"devDependencies": {
"gulp-jshint": "",
"gulp-watch": "^3.0.0",
"jshint": "^2.9.5",
"mocha": "^5.0.0"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=8.9.0"
}
}