forked from JacobSheehy/pressureNETAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 728 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 728 Bytes
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
{
"name": "pressureNET-server",
"version": "0.0.0",
"description": "pressureNETAnalysis ===================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://git@github.com/Cbsoftware/pressureNET-server.git"
},
"author": "",
"license": "GPL3",
"readmeFilename": "README.md",
"gitHead": "ad75a74a18b687c4c948a2ec56bf226a98fe6b4d",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.1"
}
}