-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "@the-grid/ced",
"version": "0.1.3",
"description": "Code Editor for Ed",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "eslint src/*.js",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-grid/ced.git"
},
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"dependencies": {
"codemirror": "^5.18.2",
"he": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"css-loader": "^0.24.0",
"eslint": "^3.3.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-sources": "^0.1.2"
}
}