-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "portal-gun",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"watch": "node_modules/gulp/bin/gulp.js watch",
"lint": "node_modules/gulp/bin/gulp.js lint"
},
"repository": {
"type": "git",
"url": "https://github.com/claydotio/portal-gun.git"
},
"author": "Clay.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/claydotio/portal-gun/issues"
},
"homepage": "https://github.com/claydotio/portal-gun",
"devDependencies": {
"@babel/core": "^7.9.0",
"b-assert": "^0.1.2",
"bluebird": "2.3.11",
"clay-coffeescript-style-guide": "^1.1.0",
"coffee-loader": "0.7.2",
"coffeelint": "^1.11.1",
"coffeescript": "^2.5.1",
"del": "0.1.3",
"envify": "3.2.0",
"gulp": "3.8.10",
"gulp-coffeelint": "0.4.0",
"gulp-rename": "1.2.0",
"gulp-webpack": "1.0.0",
"json-loader": "0.5.1",
"karma": "0.12.25",
"karma-chrome-launcher": "0.1.5",
"karma-firefox-launcher": "0.1.3",
"karma-mocha": "0.1.9",
"karma-phantomjs-launcher": "0.1.4",
"lodash": "2.4.1",
"mocha": "2.0.1",
"rewire": "2.1.3",
"rewire-webpack": "1.0.0",
"transform-loader": "0.2.1",
"webpack": "1.4.13"
},
"dependencies": {
"@babel/preset-env": "^7.10.2",
"uuid": "^3.3.2"
}
}