-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
57 lines (57 loc) · 1.52 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"version": "2.0.15",
"name": "onenoteapi",
"description": "JavaScript library to make calling the OneNote API easier.",
"main": "dist/OneNoteApi.js",
"types": "dist/OneNoteApi.d.ts",
"homepage": "https://github.com/OneNoteDev/OneNoteApi#readme",
"author": "Microsoft Coorporation",
"license": "MIT",
"scripts": {
"build": "rimraf dist && cross-env NODE_ENV=production webpack --progress --colors && rimraf dist/types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneNoteDev/OneNoteApi.git"
},
"devDependencies": {
"browserify": "^13.0.0",
"cross-env": "^5.1.4",
"del": "^2.0.2",
"dts-bundle": "^0.7.3",
"dts-bundle-webpack": "^1.0.0",
"file-system": "^2.2.1",
"globby": "^4.0.0",
"gulp": "^3.9.0",
"gulp-header": "^1.8.8",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.12.1",
"gulp-tsd": "^0.0.4",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.9.2",
"gulp-uglify": "^1.5.3",
"jquery": "^2.1.4",
"merge-stream": "^1.0.0",
"node-qunit-phantomjs": "^1.4.0",
"qunitjs": "2.4.1",
"rimraf": "^2.6.2",
"run-sequence": "^1.1.4",
"ts-loader": "^4.2.0",
"tsd": "^0.6.5",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"vinyl-source-stream": "^1.1.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-merge": "^4.1.2"
},
"files": [
"README.*",
"dist/**/*"
],
"dependencies": {
"content-type": "^1.0.2",
"es6-promise": "^4.2.4"
}
}