This repository was archived by the owner on Oct 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.38 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.38 KB
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
{
"name": "the-formula",
"version": "0.0.1",
"description": "shkshk.ru secret formula",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "github.com/shkshk/the-formula"
},
"author": "Vasily Polovnyov",
"license": "MIT",
"bugs": {
"url": "https://github.com/shkshk/the-formula/issues"
},
"jest": {
"scriptPreprocessor": "jest_preprocessor.js",
"testFileExtensions": [
"coffee",
"cjsx",
"js"
],
"moduleFileExtensions": [
"coffee",
"cjsx",
"js"
],
"unmockedModulePathPatterns": [
"node_modules/react"
]
},
"dependencies": {
"rimraf": "~2.2.8",
"lodash": "~2.4.1",
"browserify": "~4.1.9",
"vinyl-source-stream": "~0.1.1",
"react": "~0.13.2",
"classnames": "~1.2.1",
"cjsxify": "~0.3.0",
"coffee-script": "~1.9.2",
"autoprefixer-core": "~5.1.11",
"postcss-import": "~5.2.2",
"postcss-nested": "~0.3.1",
"postcss-simple-vars": "~0.3.0",
"gulp-postcss": "~5.1.6",
"gulp-livereload": "~3.8.0",
"gulp-util": "~3.0.4",
"gulp": "~3.8.11",
"gulp-gh-pages": "~0.5.1",
"postcss-mixins": "~0.2.0",
"require-dir": "~0.3.0"
},
"devDependencies": {
"express": "4.4.2",
"connect-livereload": "~0.4.0",
"tiny-lr": "0.0.7",
"jest-cli": "~0.4.0"
}
}