-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
63 lines (63 loc) · 1.76 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "carbon",
"version": "0.3.03",
"main": "dist/carbon.min.js",
"description": "An open source rich document editor in the browser.",
"repository": {
"type": "git",
"url": "git://github.com/carbon-tools/carbon.git"
},
"keywords": [
"Rich Editor",
"Document Editor",
"Medium Editor"
],
"author": "Mohammed Khatib <[email protected]>",
"license": "Simplified BSD",
"readmeFilename": "README.md",
"dependencies": {
"eslint-config-defaults": "^9.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"browserify": "^12.0.2",
"browserify-versionify": "^1.0.6",
"connect-modrewrite": "^0.7.11",
"eslint": "^3.12.2",
"eslint-config-google": "^0.7.1",
"eslint-plugin-google-camelcase": "0.0.2",
"google-closure-library": "^20161201.0.0",
"grunt": "~0.4.2",
"grunt-browserify": "^3.6.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-qunit": "^0.3.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^19.0.0",
"grunt-filesizegzip": "^0.3.0",
"grunt-karma": "~0.10.1",
"grunt-shell": "^1.1.2",
"jasmine-core": "~2.2.0",
"karma": "^0.12.32",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "^0.4.0",
"phantomjs-polyfill": "0.0.1",
"splittable": "^3.1.0",
"watchify": "^3.7.0"
}
}