forked from nikitaeverywhere/objectscript-visual-editor
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 861 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 861 Bytes
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
{
"name": "cache-visual-editor",
"printableName": "Cache Visual Editor",
"packageName": "VisualEditor",
"version": "0.10.0",
"gaID": "UA-83005064-4",
"description": "Visual class editor for InterSystems Caché",
"main": "index.js",
"keywords": [
"visual",
"editor",
"builder",
"cache",
"intersystems"
],
"author": "ZitRo",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.5.3",
"rimraf": "^2.5.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"gulp": "gulp"
}
}