forked from emmetio/emmet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 819 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
{
"name": "emmet",
"version": "1.6.3",
"description": "Emmet — the essential toolkit for web-developers",
"main": "./lib/emmet.js",
"scripts": {
"test": "mocha --recursive --reporter list"
},
"repository": {
"type": "git",
"url": "git://github.com/emmetio/emmet.git"
},
"keywords": [
"emmet",
"html",
"css",
"coding",
"speed"
],
"author": "Sergey Chikuyonok",
"license": "MIT",
"bugs": {
"url": "https://github.com/emmetio/emmet/issues"
},
"devDependencies": {
"browserify": "^6.3.2",
"gulp": "^3.8.10",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"mocha": "^2.2.1",
"through2": "^0.6.3",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"caniuse-db": "^1.0.30000161"
}
}