forked from LasaleFamine/ace-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 760 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
{
"name": "polymer-ace-editor",
"version": "0.3.0",
"description": "Polymer (ES6) wrapper of Ace (C9) editor",
"main": "ace-editor.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LasaleFamine/ace-editor.git"
},
"scripts": {
"start": "gulp watch",
"test": "standard ace-editor.es6.js && wct",
"build": "gulp",
"fix": "standard --fix"
},
"author": "Alessio Occhipinti @lasalefamine",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^5.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.3.9",
"standard": "^8.1.0",
"web-component-tester": "^4.3.4"
}
}