forked from SharePoint/PnP-JS-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "office365devpnp-core-javascript",
"version": "1.0.0",
"description": "A reusable library",
"main": "pnp.js",
"dependencies": {
"jquery": "^2.2.0",
"es6-promise": "~3.1.2"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-header": "^1.7.1",
"gulp-istanbul": "^0.10.3",
"gulp-jsdoc3": "^0.2.0",
"gulp-mocha": "^2.2.0",
"gulp-print": "^2.0.1",
"gulp-replace": "~0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.11.0",
"gulp-uglify": "^1.5.3",
"mocha": "*",
"run-sequence": "^1.1.5",
"tsify": "^0.13.2",
"tslint": "^3.4.0",
"typescript": "^1.7.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp lint && gulp build && gulp test"
},
"directories": {
"tests": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/OfficeDev/PnP-JS-Core"
},
"author": {
"name": "Microsoft and other contributors"
},
"license": "MIT"
}