-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 767 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
27
{
"name": "teamplayer",
"version": "0.0.0",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/app.js"
},
"author": "Romeo Disca (romeo.disca@gmail.com)",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-neuter": "~0.5.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-nodemon": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-copy-to": "0.0.10",
"grunt-contrib-clean": "~0.5.0",
"grunt-ember-template-compiler": "~1.4.0",
"grunt-concurrent": "~0.5.0"
}
}