-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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": "quill-grammar-new",
"version": "0.0.1",
"description": "New and improved Quill Grammar.",
"main": "dist/lib",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"build:rollup": "node config/rollup.js",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "karma start"
},
"keywords": [],
"author": "Emilia Friedberg",
"license": "AGPL-3.0",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.38",
"@types/node": "^8.0.46",
"chai": "^3.5.0",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"karma": "^1.5.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"rollup": "^0.50.0",
"rollup-plugin-typescript2": "^0.10.0",
"style-loader": "^0.16.1",
"ts-loader": "^2.0.3",
"tslint": "^4.3.1",
"typescript": "^2.2.2",
"uglify-js": "^2.8.29",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/empirical-org/quill-grammar-new.git"
},
"bugs": {
"url": "https://github.com/empirical-org/quill-grammar-new.git/issues"
},
"homepage": "https://github.com/empirical-org/quill-grammar-new.git#readme"
}