-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 772 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 772 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
28
29
30
31
32
33
34
{
"name": "tasktrackerjs",
"version": "1.0.0",
"description": "TaskTrackerJs a console time tracker developed with Javascript",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"task",
"tracker",
"console",
"javascript"
],
"author": "Juan Manuel Vicente",
"license": "BSD",
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-connect-proxy": "0.1.10",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "^0.8.0",
"grunt-serve": "^0.1.6",
"grunt-strip": "*",
"jshint": "*",
"jasmine": "2.3.1"
},
"dependencies": {
"persistencejs": "^0.3.0"
}
}