-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.45 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.45 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
{
"name": "typely",
"version": "0.0.1",
"description": "A javascript editor for the browser",
"main": "src/js/typely.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"editor",
"javascript",
"wysiwyg"
],
"author": "Christopher Varakliotis",
"repository": {
"type": "git",
"url": "https://github.com/TheT0dd/typely.git"
},
"license": "MIT",
"dependencies": {
"backbone": "1.3.3",
"backbone.cocktail": "^0.5.10",
"backbone.marionette": "2.4.7",
"backbone.stickit": "^0.9.2",
"backbone.syphon": "^0.6.3",
"jquery": "2.2.4",
"underscore": "1.8.3"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"del": "^1.1.1",
"ejs-loader": "^0.3.0",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-webpack": "^1.4.0",
"jshint-stylish": "^2.2.0",
"less-plugin-clean-css": "^1.5.1",
"node-notifier": "^4.2.1",
"run-sequence": "^1.1.0",
"webpack": "^1.9.9",
"yargs": "^4.7.1"
}
}