-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@spicypixel/build-kit-js",
"version": "0.0.67",
"description": "Spicy Pixel Build Kit JS",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/spicypixel/build-kit-js.git"
},
"scripts": {
"prepublishOnly": "gulp clean && gulp test",
"clean": "gulp clean",
"build": "gulp build",
"rebuild": "gulp rebuild",
"test": "gulp test",
"mocha": "mocha"
},
"files": [
"lib/"
],
"author": "Spicy Pixel, Inc. (http://spicypixel.com)",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@babel/core": "^7.0.0",
"@types/bluebird": "^3.5.26",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/fs-extra": "^5.0.5",
"@types/git-rev": "^0.2.0",
"@types/gulp": "^4.0.6",
"@types/gulp-flatten": "^0.0.31",
"@types/gulp-mocha": "^0.0.32",
"@types/gulp-msbuild": "^0.5.0",
"@types/gulp-nunit-runner": "^1.2.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.4",
"@types/yargs": "^13.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"bluebird": "^3.5.4",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"del": "^4.1.0",
"event-stream": "^4.0.1",
"fs-extra": "^7.0.1",
"git-rev": "^0.2.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-flatten": "^0.4.0",
"gulp-if": "^2.0.2",
"gulp-mocha": "^6.0.0",
"gulp-msbuild": "^0.5.5",
"gulp-nunit-runner": "^1.2.3",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-util": "^3.0.8",
"mocha": "^6.1.3",
"stream-cache": "^0.0.2",
"tslint": "^5.15.0",
"typescript": "^3.4.3",
"yargs": "^13.2.2"
}
}