-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 883 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
41
{
"alias": {},
"dependencies": {
"baobab": "1.x",
"javascript-state-machine": "2.x",
"jquery": "2.x",
"lodash": "3.x",
"react": "0.x",
"classnames": "2.x"
},
"devDependencies": {
"bootstrap": "3.x",
"browser-sync": "2.x",
"gore-gulp": "0.x",
"gulp": "3.x",
"gulp-autoprefixer": "2.x",
"gulp-concat": "2.x",
"gulp-minify-css": "1.x",
"gulp-sass": "1.x",
"gulp-sourcemaps": "1.x",
"omniscient": "3.x"
},
"directories": {
"lib": "./web_modules",
"dist": "./web"
},
"engines": {
"node": ">=0.12"
},
"externals": {
"react": "React",
"jquery": "$"
},
"provide": {
},
"name": "absolvent.pl",
"private": true,
"scripts": {
"test": "gulp test"
}
}