-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 976 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 976 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
35
36
37
38
39
40
{
"name": "@missive/commandz",
"version": "1.0.0",
"description": "⌘Z add commands history support to your web ap",
"main": "dist/commandz.min.js",
"repository": {
"type": "git",
"url": "https://github.com/EtienneLem/commandz.git"
},
"scripts": {
"start": "./node_modules/.bin/gulp"
},
"keywords": [
"commandz",
"history",
"undo",
"redo"
],
"author": "Etienne Lemay <etienne@heliom.ca>",
"license": "MIT",
"homepage": "https://github.com/EtienneLem/commandz",
"bugs": {
"url": "https://github.com/EtienneLem/commandz/issues"
},
"devDependencies": {
"chai": "^2.1.2",
"chai-as-promised": "^4.3.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.7.1",
"del": "^1.1.1",
"expose-loader": "^0.6.0",
"gulp": "4.0.2",
"gulp-connect": "5.7.0",
"gulp-webpack": "1.5.0",
"mocha": "^3.4.2",
"mocha-loader": "^0.7.1",
"simple-mock": "^0.2.9",
"webpack": "^1.5.3"
}
}