-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
{
"name": "artejs",
"version": "0.1.0",
"description": "ArteJS is rich text editor",
"directories": {
"test": "test"
},
"dependencies": {
"file": "0.2.2",
"mkdirp": "~0.5.0",
"marked": "~0.3.2",
"matchdep": "~0.3.0",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-mkdir": "~0.1.2",
"grunt-contrib-connect": "~0.8.0",
"grunt-docco": "~0.3.3",
"grunt-jekyll": "~0.4.2",
"grunt-contrib-compress": "~0.10.0",
"grunt-string-replace": "~0.2.7"
},
"scripts": {
"test": "grunt test"
},
"main": "./lib/cli",
"repository": {
"type": "git",
"url": "git://github.com/vistaprint/ArteJSSite.git"
},
"bugs": {
"url": "https://github.com/vistaprint/ArteJSSite/issues"
},
"keywords": [
"javascript",
"rich text editor",
"arte"
],
"author": {
"name": "Vistaprint",
"url": "http://www.vistaprint.com"
},
"contributors": [
{
"name": "Gal Shenar"
}
],
"license": "Apache 2"
}