-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 919 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
39
40
{
"author": "Alexey Gurianov <[email protected]>",
"description": "Useful ENB technologies to build angular projects",
"name": "enb-ng-techs",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/bem-incubator/enb-ng-techs.git"
},
"homepage": "https://github.com/bem-incubator/enb-ng-techs",
"bugs": {
"url": "https://github.com/bem-incubator/enb-ng-techs/issues"
},
"license": "MIT",
"keywords": [
"enb",
"enb-make",
"angular",
"ng",
"ng-bem",
"bem"
],
"devDependencies": {
"enb": "0.16.0",
"jscs": "1.13.1",
"jshint": "2.8.0",
"mocha": "2.2.5",
"mock-enb": "0.1.0",
"mock-fs": "2.7.1",
"must": "0.12.0"
},
"dependencies": {
"ng-annotate": "^1.0.0"
},
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "jshint . && jscs -c .jscs.js .",
"unit": "mocha -R spec"
}
}