-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "static-edit",
"version": "1.0.0",
"description": "A simple yet powerful static pages editor",
"url": "https://github.com/thomasruiz/static-edit/issues",
"engineStrict": true,
"main": "dist/index.js",
"typings": "definitions/index",
"typescript": {
"definition": "definitions/index"
},
"repository": {
"type": "git",
"url": "https://github.com/thomasruiz/static-edit"
},
"license": "MIT",
"devDependencies": {
"@types/es6-shim": "^0.31.32",
"@types/node": "~6.0.78",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.3.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^3.0.0",
"merge2": "^1.0.2",
"rimraf": "~2.5.4",
"run-sequence": "^1.2.2",
"standard-version": "^3.0.0",
"tsify": "^3.0.1",
"tslint": "~3.15.1",
"tslint-microsoft-contrib": "~2.0.13",
"typescript": "^2.3.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp test",
"release": "standard-version"
},
"dependencies": {
"typings": "^2.1.1"
}
}