-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 917 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
{
"name": "patternet-server",
"version": "0.0.3",
"author": [
"Lvov Nikita <[email protected]>"
],
"description": "Patter.net server",
"contributors": [
{
"name": "Lvov Nikita",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Niklv/pattern.git"
},
"scripts": {
"build": "grunt"
},
"dependencies": {
"express": "4.13.4",
"async": "1.5.2",
"request": "2.69.0"
},
"engines": {
"node": ">=0.10",
"npm": ">=1.4"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-clean": "0.7.0",
"grunt-processhtml": "0.3.9",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-htmlmin": "0.6.0"
}
}