-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.98 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
65
66
67
68
69
70
71
72
73
74
{
"name": "noscript-react",
"version": "1.1.4",
"description": "Расширение noscript, позволяющее использовать React компоненты в качестве отображения",
"main": "./dist/noscript-react.module.js",
"browser": "./dist/noscript-react.min.js",
"scripts": {
"eslint": "eslint --ignore-path .gitignore --fix src test",
"test": "yate ./test/test.yate -o ./test/test.yate.js & ./node_modules/karma/bin/karma start karma.conf.js --single-run=true",
"build": "gulp",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:yandex-ui/noscript-react.git"
},
"bugs": {
"url": "https://github.com/yandex-ui/noscript-react/issues"
},
"author": {
"name": "Aleksei Simachik",
"email": "[email protected]",
"url": "https://github.com/rebulus"
},
"contributors": [
{
"name": "Viktor Karpov",
"email": "[email protected]",
"url": "https://github.com/vitkarpov"
}
],
"keywords": [
"noscript",
"react"
],
"license": "MIT",
"dependencies": {
"jquery": "^2.1.4",
"nommon": "0.0.32",
"noscript": "^0.8.4",
"noscript-bosphorus": "1.0.2",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"yate": "0.0.80"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"es5-shim": "^4.4.1",
"eslint": "^2.5.0",
"eslint-config-loris": "^4.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-wrap": "^0.11.0",
"karma": "^0.13.18",
"karma-browserify": "^5.0.3",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.1.0",
"lolex": "^1.4.0",
"mocha": "^2.3.4",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.0.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"watchify": "^3.7.0"
},
"files": [
"dist",
"yate"
]
}