-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 940 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
40
41
{
"name": "typographie.js",
"version": "1.3.1",
"description": "Web service for preparation of russian texts to web publication",
"scripts": {
"build": "webpack",
"minify": "webpack && uglifyjs ./www/app.js -o ./www/app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/asleepwalker/typographie.git"
},
"keywords": [
"text",
"web",
"typography",
"publication",
"articles",
"copywrighting",
"auto",
"preparation",
"russia"
],
"author": "Artyom 'Sleepwalker' Fedosov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/asleepwalker/typographie/issues"
},
"devDependencies": {
"gulp": "~3.9.1",
"uglify-js": "^2.7.5",
"webpack": "~2.2.1"
},
"dependencies": {
"backbone": "~1.3.3",
"backbone.native": "~1.0.0",
"diff": "^3.2.0",
"typographie": "^1.0.1",
"underscore": "~1.8.3"
}
}