-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 744 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 744 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
{
"name": "cedr-library",
"version": "0.2.0",
"description": "Loader of library for cedr",
"homepage": "",
"author": {
"name": "antitim",
"email": "antitim@yandex.ru",
"url": ""
},
"main": "lib/index.js",
"keywords": [
"cedr",
"html",
"bem"
],
"repository": "antitim/cedr-library",
"scripts": {
"test": "_mocha",
"lint": "eslint lib/*.js"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.1.2"
},
"dependencies": {
"map-stream": "0.0.6",
"posthtml-parser": "^0.2.0",
"vinyl-fs": "^2.4.4"
}
}