-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 909 Bytes
/
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
{
"name": "serialize-elem",
"version": "2.4.0",
"description": "Manipulate block elements as if they were text.",
"main": "src/serialize.js",
"keywords": [
"serialize",
"element",
"text",
"editing"
],
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/lucthev/serialize"
},
"author": "Luc Thevenard <lucthevenard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucthev/serialize/issues"
},
"homepage": "https://github.com/lucthev/serialize",
"devDependencies": {
"browserify": "9.0.3",
"jasmine-core": "2.2.0",
"jshint": "2.6.0",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-cli": "0.0.4",
"karma-jasmine": "0.3.5",
"karma-sauce-launcher": "0.2.10",
"uglify-js": "2.4.16"
},
"dependencies": {
"object-assign": "2.0.0"
}
}