-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "bem.js",
"version": "1.0.10",
"description": "DOM selection and manipulation using BEM (Block, Element, Modifier).",
"main": "dist/bem.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-istanbul-loader": "^0.1.0",
"babel-loader": "^6.2.4",
"babel-preset-latest": "^6.24.1",
"clone": "^2.1.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2",
"karma-es6-shim": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-jquery": "^0.1.1",
"karma-sauce-launcher": "^1.1.0",
"karma-spec-reporter": "^0.0.26",
"karma-webpack": "^1.7.0",
"require-dir": "^0.3.0",
"vinyl-paths": "^2.1.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^1.14.1",
"webpack-node-externals": "^1.5.4",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "gulp lint && gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maykinmedia/bem.js.git"
},
"keywords": [
"BEM",
"Block",
"Element",
"Modifier",
"CSS",
"DOM"
],
"author": "Maykin Media <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maykinmedia/bem.js/issues"
},
"homepage": "https://github.com/maykinmedia/bem.js#readme"
}