-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "emmetjs",
"version": "1.1.3",
"description": "Creating HTML elements through Emmet-like syntax. (http://emmet.io)",
"main": "./dist/emmet.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test-dev": "gulp test-dev",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christiansandor/Emmet.js.git"
},
"keywords": [
"emmet",
"html",
"jquery",
"dynamic",
"element",
"short",
"template"
],
"author": "Krisztian Sandor <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/christiansandor/Emmet.js/issues"
},
"homepage": "https://github.com/christiansandor/Emmet.js#readme",
"devDependencies": {
"chai": "^3.3.0",
"google-closure-compiler": "^20151015.0.0",
"gulp": "^3.9.0",
"gulp-closure-compiler": "^0.3.1",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"jsdom": "^7.0.1",
"mocha": "^2.3.3",
"mocha-jsdom": "^1.0.0"
}
}