-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 917 Bytes
/
package.json
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
{
"name": "extended-schema-client-library",
"version": "0.1.1",
"description": "A JavaScript utility for working with PowerSchool's Extended Schema database tables.",
"main": "escl.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/Extended-Schema-Client-Library.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/Extended-Schema-Client-Library/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/Extended-Schema-Client-Library#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/preset-es2015": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"gulp": "^3.9.1",
"gulp-ps-tasks": "^0.7.0"
}
}