-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "@spicypixel/core-kit-js",
"version": "0.0.59",
"description": "Spicy Pixel Core Kit JS",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"prepublishOnly": "gulp clean && gulp test",
"clean": "gulp clean",
"build": "gulp build",
"rebuild": "gulp rebuild",
"test": "gulp test",
"mocha": "mocha"
},
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/spicypixel/core-kit-js.git"
},
"author": "Spicy Pixel, Inc. (http://spicypixel.com)",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@spicypixel/build-kit-js": "^0.0.67",
"@types/glob": "^7.1.1",
"@types/gulp-if": "^0.0.33",
"@types/ncp": "^2.0.1",
"@types/vinyl": "^2.0.1",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"colors": "^1.1.2",
"del": "^4.1.0",
"gulp": "^4.0.0",
"gulp-util": "^3.0.8",
"mocha": "^6.1.3",
"typescript": "^3.4.3",
"walk": "^2.3.9"
}
}